| Index: Source/web/PageWidgetDelegate.cpp
|
| diff --git a/Source/web/PageWidgetDelegate.cpp b/Source/web/PageWidgetDelegate.cpp
|
| index f2b1947077b55244d567a72b6fcce619fbfb03af..b43aba571d5b73f799685c7eb9b36073f7d942b9 100644
|
| --- a/Source/web/PageWidgetDelegate.cpp
|
| +++ b/Source/web/PageWidgetDelegate.cpp
|
| @@ -49,7 +49,7 @@ namespace blink {
|
|
|
| void PageWidgetDelegate::animate(Page& page, double monotonicFrameBeginTime, LocalFrame& root)
|
| {
|
| - RefPtr<FrameView> view = root.view();
|
| + RefPtrWillBeRawPtr<FrameView> view = root.view();
|
| if (!view)
|
| return;
|
| page.autoscrollController().animate(monotonicFrameBeginTime);
|
|
|