summaryrefslogtreecommitdiffstats
path: root/WebCore/bridge/runtime_array.h
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-07-25 17:48:02 -0700
committerJean-Baptiste Queru <jbq@google.com>2009-07-25 17:48:02 -0700
commit9affe0ab6ef3bb4844d816fad644313cea9a9023 (patch)
treebed7d10716109e7ac19386813ba77c558e38faa2 /WebCore/bridge/runtime_array.h
parent3199981a0522022c71eb4e5a656f254b722d9713 (diff)
parentb116c1a08412db8a748998c7e8a2ce851cbacacd (diff)
downloadexternal_webkit-9affe0ab6ef3bb4844d816fad644313cea9a9023.zip
external_webkit-9affe0ab6ef3bb4844d816fad644313cea9a9023.tar.gz
external_webkit-9affe0ab6ef3bb4844d816fad644313cea9a9023.tar.bz2
Merge korg/donut into korg/master
Diffstat (limited to 'WebCore/bridge/runtime_array.h')
-rw-r--r--WebCore/bridge/runtime_array.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/bridge/runtime_array.h b/WebCore/bridge/runtime_array.h
index 1ea47a4..488c3f5 100644
--- a/WebCore/bridge/runtime_array.h
+++ b/WebCore/bridge/runtime_array.h
@@ -51,9 +51,9 @@ public:
static const ClassInfo s_info;
- static ArrayPrototype* createPrototype(ExecState* exec)
+ static ArrayPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject)
{
- return exec->lexicalGlobalObject()->arrayPrototype();
+ return globalObject->arrayPrototype();
}
static PassRefPtr<Structure> createStructure(JSValuePtr prototype)