| 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 d7d7114eba27268340cd863f7f6a4058e5741c30..a80d7c8c2d22d80e30dd03b9b36ec0d0ed8465e8 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleSelection.cpp
|
| @@ -214,7 +214,7 @@ EphemeralRange firstEphemeralRangeOf(const VisibleSelection& selection)
|
| return EphemeralRange(start, end);
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<Range> firstRangeOf(const VisibleSelection& selection)
|
| +RawPtr<Range> firstRangeOf(const VisibleSelection& selection)
|
| {
|
| return createRange(firstEphemeralRangeOf(selection));
|
| }
|
|
|