summaryrefslogtreecommitdiffstats
path: root/WebCore/bridge/runtime_method.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bridge/runtime_method.h')
-rw-r--r--WebCore/bridge/runtime_method.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bridge/runtime_method.h b/WebCore/bridge/runtime_method.h
index 9c80ba1..96d12aa 100644
--- a/WebCore/bridge/runtime_method.h
+++ b/WebCore/bridge/runtime_method.h
@@ -35,7 +35,7 @@ namespace JSC {
class RuntimeMethod : public InternalFunction {
public:
- RuntimeMethod(ExecState*, const Identifier& name, Bindings::MethodList&);
+ RuntimeMethod(ExecState*, JSGlobalObject*, const Identifier& name, Bindings::MethodList&);
Bindings::MethodList* methods() const { return _methodList.get(); }
static const ClassInfo s_info;