| Index: third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
|
| index 1748b82dbae43dce2418b5cf112cb2b639d96a01..cc68f0952b91c899e3c3b535b6d541921a6b84f3 100644
|
| --- a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/core/exported/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();
|
| }
|
|
|