| 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 a35dcfb7c07ffc188db21ce6adcad5a540dc53d9..9000857e123930366ef3e80bb0a6cdcb21012a00 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| @@ -413,11 +413,11 @@ const String& nonBreakingSpaceString();
|
| // -------------------------------------------------------------------------
|
|
|
| // Functions dispatch InputEvent
|
| -const RangeVector* targetRangesForInputEvent(const Node&);
|
| +const StaticRangeVector* targetRangesForInputEvent(const Node&);
|
| DispatchEventResult dispatchBeforeInputInsertText(Node*, const String& data);
|
| DispatchEventResult dispatchBeforeInputEditorCommand(Node*,
|
| InputEvent::InputType,
|
| - const RangeVector*);
|
| + const StaticRangeVector*);
|
| DispatchEventResult dispatchBeforeInputDataTransfer(Node*,
|
| InputEvent::InputType,
|
| DataTransfer*);
|
|
|