| Index: Source/core/frame/LocalDOMWindow.cpp
|
| diff --git a/Source/core/frame/LocalDOMWindow.cpp b/Source/core/frame/LocalDOMWindow.cpp
|
| index e12dc74e4ff60ba089e28e435da0aa56f0f7715b..4e03e4bdfe2077f8bb2930415af48e9fbb2d3023 100644
|
| --- a/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -1379,7 +1379,7 @@ void LocalDOMWindow::scrollTo(double x, double y, ScrollBehavior scrollBehavior)
|
|
|
| document()->updateLayoutIgnorePendingStylesheets();
|
|
|
| - RefPtr<FrameView> view = m_frame->view();
|
| + RefPtrWillBeRawPtr<FrameView> view = m_frame->view();
|
| if (!view)
|
| return;
|
|
|
|
|