summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bindings/js/BindingState.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bindings/js/BindingState.cpp')
-rw-r--r--Source/WebCore/bindings/js/BindingState.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/WebCore/bindings/js/BindingState.cpp b/Source/WebCore/bindings/js/BindingState.cpp
index 72a2a8a13..825468b57 100644
--- a/Source/WebCore/bindings/js/BindingState.cpp
+++ b/Source/WebCore/bindings/js/BindingState.cpp
@@ -47,9 +47,4 @@ DOMWindow* firstDOMWindow(ExecState* exec)
return asJSDOMWindow(exec->dynamicGlobalObject())->impl();
}
-void immediatelyReportUnsafeAccessTo(ExecState* exec, Document* target)
-{
- printErrorMessageForFrame(target->frame(), target->domWindow()->crossDomainAccessErrorMessage(activeDOMWindow(exec)));
-}
-
}