Index: Source/web/WebRemoteFrameImpl.cpp |
diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp |
index 12bc07a2ec9b0382bd6056d26758ead1eb82bbf5..fcc93cf4a161a7791a06511de4bdf0f383964582 100644 |
--- a/Source/web/WebRemoteFrameImpl.cpp |
+++ b/Source/web/WebRemoteFrameImpl.cpp |
@@ -382,6 +382,12 @@ void WebRemoteFrameImpl::replaceSelection(const WebString&) |
ASSERT_NOT_REACHED(); |
} |
+bool WebRemoteFrameImpl::setCaretSelectionFromRangeSelection() |
+{ |
+ ASSERT_NOT_REACHED(); |
+ return false; |
+} |
+ |
void WebRemoteFrameImpl::insertText(const WebString&) |
{ |
ASSERT_NOT_REACHED(); |