| Index: Source/core/frame/LocalDOMWindow.cpp
|
| diff --git a/Source/core/frame/LocalDOMWindow.cpp b/Source/core/frame/LocalDOMWindow.cpp
|
| index 16a1e79d4c2f6cbf521def75bd3ff918c00cb319..79929ed6c4440dc2efe1fdc2649644247570daa5 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;
|
|
|
|
|