Index: third_party/WebKit/Source/core/editing/Editor.h |
diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h |
index 41a5b49adfbada602f5f88053a4315443332699a..eedc2c7f91ab0d579b079ba8fd14fca322c62792 100644 |
--- a/third_party/WebKit/Source/core/editing/Editor.h |
+++ b/third_party/WebKit/Source/core/editing/Editor.h |
@@ -261,7 +261,9 @@ class CORE_EXPORT Editor final : public GarbageCollectedFinalized<Editor> { |
bool smartReplace, |
InputEvent::InputType); |
- // TODO(xiaochengh): Replace |bool| parameters by |enum|. |
+ // Implementation of WebLocalFrameImpl::replaceSelection. |
+ void replaceSelection(const String&); |
+ |
void replaceSelectionAfterDragging(DocumentFragment*, |
InsertMode, |
DragSourceType); |