summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/Plugins/Hosted/ProxyRuntimeObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/mac/Plugins/Hosted/ProxyRuntimeObject.h')
-rw-r--r--WebKit/mac/Plugins/Hosted/ProxyRuntimeObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/mac/Plugins/Hosted/ProxyRuntimeObject.h b/WebKit/mac/Plugins/Hosted/ProxyRuntimeObject.h
index af3c5db..81d9b42 100644
--- a/WebKit/mac/Plugins/Hosted/ProxyRuntimeObject.h
+++ b/WebKit/mac/Plugins/Hosted/ProxyRuntimeObject.h
@@ -36,7 +36,7 @@ class ProxyInstance;
class ProxyRuntimeObject : public JSC::Bindings::RuntimeObject {
public:
- ProxyRuntimeObject(JSC::ExecState*, PassRefPtr<ProxyInstance>);
+ ProxyRuntimeObject(JSC::ExecState*, JSC::JSGlobalObject*, PassRefPtr<ProxyInstance>);
virtual ~ProxyRuntimeObject();
ProxyInstance* getInternalProxyInstance() const;