Index: Source/core/frame/LocalDOMWindow.cpp |
diff --git a/Source/core/frame/LocalDOMWindow.cpp b/Source/core/frame/LocalDOMWindow.cpp |
index 11e9feba86c8bfdd7d0e7b51731682993e8ceecb..faff8fb2b9f7106d730abacd926d91210639bfab 100644 |
--- a/Source/core/frame/LocalDOMWindow.cpp |
+++ b/Source/core/frame/LocalDOMWindow.cpp |
@@ -1399,7 +1399,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; |