| 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 09cf8e605d1d663865e9d4757418193ce9e422d7..dc3081d62617ab6848756488485f8a7624eb6a47 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.
|
| - RangeVector* getTargetRanges() const;
|
| + const RangeVector* getTargetRanges() const;
|
|
|
| const EditorInternalCommand* m_command;
|
| EditorCommandSource m_source;
|
|
|