Index: Source/web/WebRemoteFrameImpl.cpp |
diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp |
index 12bc07a2ec9b0382bd6056d26758ead1eb82bbf5..870eef53222f4b7ac699fe0f3105dc3c2ea9c895 100644 |
--- a/Source/web/WebRemoteFrameImpl.cpp |
+++ b/Source/web/WebRemoteFrameImpl.cpp |
@@ -542,6 +542,12 @@ void WebRemoteFrameImpl::setCaretVisible(bool) |
ASSERT_NOT_REACHED(); |
} |
+WebString WebRemoteFrameImpl::textSurroundingSelection(int maxLength, int* startOffset, int* endOffset) const |
+{ |
+ ASSERT_NOT_REACHED(); |
+ return WebString(); |
+} |
+ |
int WebRemoteFrameImpl::printBegin(const WebPrintParams&, const WebNode& constrainToNode) |
{ |
ASSERT_NOT_REACHED(); |