| 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 dc3081d62617ab6848756488485f8a7624eb6a47..4f8aa8a1149ceba97b03da1c2c0f00a8a32f5cfe 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.h
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.h
|
| @@ -168,7 +168,7 @@ class CORE_EXPORT Editor final : public GarbageCollectedFinalized<Editor> {
|
|
|
| // Returns target ranges for the command, currently only supports delete
|
| // related commands. Used by InputEvent.
|
| - const RangeVector* getTargetRanges() const;
|
| + const StaticRangeVector* getTargetRanges() const;
|
|
|
| const EditorInternalCommand* m_command;
|
| EditorCommandSource m_source;
|
|
|