Index: Source/web/WebViewImpl.cpp |
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp |
index d4067b3dd7253320b06fd63ea608c79d2f118da9..92422a6a2491494814e084c2096d9c175c60b4b0 100644 |
--- a/Source/web/WebViewImpl.cpp |
+++ b/Source/web/WebViewImpl.cpp |
@@ -3498,13 +3498,6 @@ void WebViewImpl::showContextMenu() |
m_contextMenuAllowed = false; |
} |
-// FIXME: This should be removed when the chromium side patch lands |
-// http://codereview.chromium.org/260623004 |
-WebString WebViewImpl::getSmartClipData(WebRect rect) |
-{ |
- return WebString(); |
-} |
- |
void WebViewImpl::getSmartClipData(WebRect rect, WebString& clipText, WebRect& clipRect) |
{ |
LocalFrame* frame = toLocalFrame(focusedWebCoreFrame()); |