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

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp

Issue 2923053002: Move MainWorldScriptContext accessor/method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Rebasing... Created 3 years, 6 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
Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
index c2c3be357d0634d7b95cd9706656550b6c57d855..86a7605cba4f0a63519373065d35aac0c6af2d33 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
@@ -188,11 +188,6 @@ v8::Local<v8::Value> WebRemoteFrameImpl::CallFunctionEvenIfScriptDisabled(
return v8::Local<v8::Value>();
}
-v8::Local<v8::Context> WebRemoteFrameImpl::MainWorldScriptContext() const {
- NOTREACHED();
- return v8::Local<v8::Context>();
-}
-
void WebRemoteFrameImpl::Reload(WebFrameLoadType) {
NOTREACHED();
}

Powered by Google App Engine
This is Rietveld 408576698