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 9ba29f065ff49b5c48a78a9256a1b74af84abe81..1701324d6a8294767f8302cc51331b30b47a7595 100644 |
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
@@ -193,11 +193,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(); |
} |