| Index: Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
|
| index ff3dad81176bb9f1fde3ba9df72651e9a9a473cb..7bfeb6c0a520c710ad3cb5557bcd544e66d052c8 100644
|
| --- a/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -283,13 +283,6 @@ WebView* WebRemoteFrameImpl::view() const
|
| return WebViewImpl::fromPage(frame()->page());
|
| }
|
|
|
| -WebViewImpl* WebRemoteFrameImpl::viewImpl() const
|
| -{
|
| - if (!frame())
|
| - return 0;
|
| - return WebViewImpl::fromPage(frame()->page());
|
| -}
|
| -
|
| void WebRemoteFrameImpl::removeChild(WebFrame* frame)
|
| {
|
| WebFrame::removeChild(frame);
|
|
|