| Index: third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp b/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| index 478c8b7fccde663f9bbb365f8b1a32b4f2aac3e0..a24abd61e01b70a34d877344a44a83b2f66c1fb1 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| @@ -206,7 +206,7 @@ StaticRangeVector* RangesFromCurrentSelectionOrExtendCaret(
|
| if (selectionModifier.selection().isNone())
|
| return ranges;
|
| ranges->push_back(StaticRange::create(
|
| - createRange(firstEphemeralRangeOf(selectionModifier.selection()))));
|
| + firstEphemeralRangeOf(selectionModifier.selection())));
|
| return ranges;
|
| }
|
|
|
|
|