Index: Source/core/page/PageAnimator.cpp |
diff --git a/Source/core/page/PageAnimator.cpp b/Source/core/page/PageAnimator.cpp |
index f4fd44e6b752a46f9bf4bffab7cf4c808791c3d2..2028dd8cd375a014f94b4085f19eebadcf3cceba 100644 |
--- a/Source/core/page/PageAnimator.cpp |
+++ b/Source/core/page/PageAnimator.cpp |
@@ -65,7 +65,7 @@ void PageAnimator::scheduleVisualUpdate() |
void PageAnimator::updateLayoutAndStyleForPainting(LocalFrame* rootFrame) |
{ |
- RefPtr<FrameView> view = rootFrame->view(); |
+ RefPtrWillBeRawPtr<FrameView> view = rootFrame->view(); |
TemporaryChange<bool> servicing(m_updatingLayoutAndStyleForPainting, true); |