Index: third_party/WebKit/Source/core/editing/EditingUtilities.h |
diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.h b/third_party/WebKit/Source/core/editing/EditingUtilities.h |
index 567aeaa3eec52927290378b60d571b5e740bdb96..c3711686ff1921746cfd6b92d91f6859305c0f0e 100644 |
--- a/third_party/WebKit/Source/core/editing/EditingUtilities.h |
+++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h |
@@ -425,7 +425,8 @@ const StaticRangeVector* targetRangesForInputEvent(const Node&); |
DispatchEventResult dispatchBeforeInputInsertText( |
Node*, |
const String& data, |
- InputEvent::InputType = InputEvent::InputType::InsertText); |
+ InputEvent::InputType = InputEvent::InputType::InsertText, |
+ const StaticRangeVector* = nullptr); |
DispatchEventResult dispatchBeforeInputEditorCommand(Node*, |
InputEvent::InputType, |
const StaticRangeVector*); |