| Index: third_party/WebKit/Source/core/input/EventHandlerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandlerTest.cpp b/third_party/WebKit/Source/core/input/EventHandlerTest.cpp
|
| index 6a9c3884e7d1c99270299d8074433ed0d7411fa0..629a9469996b8e4fc55113b27b50fcb7bad072f4 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandlerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandlerTest.cpp
|
| @@ -106,7 +106,7 @@ TEST_F(EventHandlerTest, dragSelectionAfterScroll)
|
|
|
| FrameSelection& selection = document().frame()->selection();
|
| ASSERT_TRUE(selection.isRange());
|
| - RefPtrWillBeRawPtr<Range> range = createRange(selection.selection().toNormalizedEphemeralRange());
|
| + RawPtr<Range> range = createRange(selection.selection().toNormalizedEphemeralRange());
|
| ASSERT_TRUE(range.get());
|
| EXPECT_EQ("Line 1\nLine 2", range->text());
|
| }
|
|
|