| 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 c59416b8c9289cb4a7b438080773d28a35e13c54..17bbfae71e6c13e6fc49848350996331409d5288 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -198,22 +198,6 @@ void WebRemoteFrameImpl::dispatchUnloadEvent()
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|
| -NPObject* WebRemoteFrameImpl::windowObject() const
|
| -{
|
| - ASSERT_NOT_REACHED();
|
| - return nullptr;
|
| -}
|
| -
|
| -void WebRemoteFrameImpl::bindToWindowObject(const WebString& name, NPObject*)
|
| -{
|
| - ASSERT_NOT_REACHED();
|
| -}
|
| -
|
| -void WebRemoteFrameImpl::bindToWindowObject(const WebString& name, NPObject*, void*)
|
| -{
|
| - ASSERT_NOT_REACHED();
|
| -}
|
| -
|
| void WebRemoteFrameImpl::executeScript(const WebScriptSource&)
|
| {
|
| ASSERT_NOT_REACHED();
|
|
|