| Index: third_party/WebKit/Source/core/editing/VisibleSelection.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/VisibleSelection.cpp b/third_party/WebKit/Source/core/editing/VisibleSelection.cpp
|
| index 0db1b8099efa1853dbae5b80eb4c6a0d83ec44ee..0fe46f85336be16229ab5af3fc49cd081a99a77f 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleSelection.cpp
|
| @@ -144,10 +144,6 @@ EphemeralRange firstEphemeralRangeOf(const VisibleSelection& selection) {
|
| return EphemeralRange(start, end);
|
| }
|
|
|
| -Range* firstRangeOf(const VisibleSelection& selection) {
|
| - return createRange(firstEphemeralRangeOf(selection));
|
| -}
|
| -
|
| template <typename Strategy>
|
| EphemeralRangeTemplate<Strategy>
|
| VisibleSelectionTemplate<Strategy>::toNormalizedEphemeralRange() const {
|
|
|