Index: Source/web/WebRemoteFrameImpl.cpp |
diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp |
index 5d16a4c37cbf524de348d7743515fa4548a2a48f..69f02ec529d3a9ca60e810b6d3e87d6481574921 100644 |
--- a/Source/web/WebRemoteFrameImpl.cpp |
+++ b/Source/web/WebRemoteFrameImpl.cpp |
@@ -464,6 +464,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(); |