Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(743)

Unified Diff: Source/core/frame/RemoteDOMWindow.cpp

Issue 1085973003: Make error messages for cross-domain access OOPIF-friendly. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« Source/core/frame/DOMWindow.cpp ('K') | « Source/core/frame/RemoteDOMWindow.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/RemoteDOMWindow.cpp
diff --git a/Source/core/frame/RemoteDOMWindow.cpp b/Source/core/frame/RemoteDOMWindow.cpp
index f803bb492347b6f5a162b943b7fc78f8ce6eb056..f677294eb26c88e31b8ab85506ac96cbda1b8a3d 100644
--- a/Source/core/frame/RemoteDOMWindow.cpp
+++ b/Source/core/frame/RemoteDOMWindow.cpp
@@ -344,16 +344,6 @@ void RemoteDOMWindow::cancelAnimationFrame(int id)
ASSERT_NOT_REACHED();
}
-String RemoteDOMWindow::sanitizedCrossDomainAccessErrorMessage(LocalDOMWindow* callingWindow)
-{
- return String();
-}
-
-String RemoteDOMWindow::crossDomainAccessErrorMessage(LocalDOMWindow* callingWindow)
-{
- return String();
-}
-
RemoteDOMWindow::RemoteDOMWindow(RemoteFrame& frame)
: m_frame(&frame)
{
« Source/core/frame/DOMWindow.cpp ('K') | « Source/core/frame/RemoteDOMWindow.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698