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 e10629be744af8d95dce10088a815bc448e8e443..1d862c22b42c71815caf8019b250f943a5feaf9c 100644 |
--- a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp |
+++ b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp |
@@ -122,12 +122,6 @@ WebView* WebRemoteFrameImpl::View() const { |
return GetFrame()->GetPage()->GetChromeClient().GetWebView(); |
} |
-WebDocument WebRemoteFrameImpl::GetDocument() const { |
- // TODO(dcheng): this should also ASSERT_NOT_REACHED, but a lot of |
- // code tries to access the document of a remote frame at the moment. |
- return WebDocument(); |
-} |
- |
WebPerformance WebRemoteFrameImpl::Performance() const { |
NOTREACHED(); |
return WebPerformance(); |