summaryrefslogtreecommitdiffstats
path: root/WebCore/bridge/c/CRuntimeObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bridge/c/CRuntimeObject.h')
-rw-r--r--WebCore/bridge/c/CRuntimeObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bridge/c/CRuntimeObject.h b/WebCore/bridge/c/CRuntimeObject.h
index b53387a..bcd39d3 100644
--- a/WebCore/bridge/c/CRuntimeObject.h
+++ b/WebCore/bridge/c/CRuntimeObject.h
@@ -37,7 +37,7 @@ class CInstance;
class CRuntimeObject : public RuntimeObject {
public:
- CRuntimeObject(ExecState*, PassRefPtr<CInstance>);
+ CRuntimeObject(ExecState*, JSGlobalObject*, PassRefPtr<CInstance>);
virtual ~CRuntimeObject();
CInstance* getInternalCInstance() const;