summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bindings/v8/BindingState.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bindings/v8/BindingState.h')
-rw-r--r--Source/WebCore/bindings/v8/BindingState.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/WebCore/bindings/v8/BindingState.h b/Source/WebCore/bindings/v8/BindingState.h
index 9564224ea..8eaa4946e 100644
--- a/Source/WebCore/bindings/v8/BindingState.h
+++ b/Source/WebCore/bindings/v8/BindingState.h
@@ -49,12 +49,8 @@ public:
DOMWindow* activeDOMWindow(BindingState*);
DOMWindow* firstDOMWindow(BindingState*);
-Frame* activeFrame(BindingState*);
-Frame* firstFrame(BindingState*);
-
// FIXME: When implementing this function for JSC, we need to understand if there
// are any subtle differences between the currentFrame and the lexicalGlobalObject.
-Frame* currentFrame(BindingState*);
Document* currentDocument(BindingState*);
// FIXME: This function is redundant with the copy in JSDOMBinding.cpp.