summaryrefslogtreecommitdiffstats
path: root/WebCore/bridge/objc/ObjCRuntimeObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bridge/objc/ObjCRuntimeObject.h')
-rw-r--r--WebCore/bridge/objc/ObjCRuntimeObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bridge/objc/ObjCRuntimeObject.h b/WebCore/bridge/objc/ObjCRuntimeObject.h
index 5c44157..78550b9 100644
--- a/WebCore/bridge/objc/ObjCRuntimeObject.h
+++ b/WebCore/bridge/objc/ObjCRuntimeObject.h
@@ -35,7 +35,7 @@ class ObjcInstance;
class ObjCRuntimeObject : public RuntimeObject {
public:
- ObjCRuntimeObject(ExecState*, PassRefPtr<ObjcInstance>);
+ ObjCRuntimeObject(ExecState*, JSGlobalObject*, PassRefPtr<ObjcInstance>);
virtual ~ObjCRuntimeObject();
ObjcInstance* getInternalObjCInstance() const;