| Index: third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| index 439e73ae7c46a65b3cb65f7e7039197443186035..260d46f9994d32c141d1da1b0140ff411f9da9c4 100644
|
| --- a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| @@ -898,7 +898,7 @@ TEST_P(ParameterizedVisualViewportTest, TestNavigateToSmallerFrameViewHistoryIte
|
| visualViewport.setScale(2);
|
| visualViewport.setLocation(FloatPoint(350, 350));
|
|
|
| - RefPtrWillBePersistent<HistoryItem> firstItem = webViewImpl()->mainFrameImpl()->frame()->loader().currentItem();
|
| + Persistent<HistoryItem> firstItem = webViewImpl()->mainFrameImpl()->frame()->loader().currentItem();
|
| EXPECT_POINT_EQ(IntPoint(0, 1000), firstItem->scrollPoint());
|
|
|
| // Now navigate to a page which causes a smaller frameView. Make sure that
|
|
|