| 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 2ec4ea5e7a0558488a96f494d308c5e0bbc00a44..f6597ff9ac1c83923900c3106db3e646c2f2dfd0 100644
|
| --- a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| @@ -909,7 +909,7 @@ MAYBE_TEST_P(TestNavigateToSmallerFrameViewHistoryItemClobberBug)
|
| 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
|
|
|