summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/js/ScriptState.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/js/ScriptState.h')
-rw-r--r--WebCore/bindings/js/ScriptState.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/bindings/js/ScriptState.h b/WebCore/bindings/js/ScriptState.h
index 279234e..6257929 100644
--- a/WebCore/bindings/js/ScriptState.h
+++ b/WebCore/bindings/js/ScriptState.h
@@ -45,8 +45,8 @@ namespace WebCore {
// For now, the separation is purely by convention.
typedef JSC::ExecState ScriptState;
- ScriptState* scriptStateFromNode(Node*);
- ScriptState* scriptStateFromPage(Page*);
+ ScriptState* scriptStateFromNode(DOMWrapperWorld*, Node*);
+ ScriptState* scriptStateFromPage(DOMWrapperWorld*, Page*);
} // namespace WebCore