| 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 1e3c6bc7733eadd0229d009007735825791547e8..28fc78a9f5f0f2ba3cfc2d53b102a883ad36de7b 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| @@ -438,7 +438,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*);
|
|
|