Index: Source/core/page/PageAnimator.cpp |
diff --git a/Source/core/page/PageAnimator.cpp b/Source/core/page/PageAnimator.cpp |
index 8d97fe0a7015979101c4b5acd34da689df20c17c..ee15bbf7860d4b03101ab8a675eeaae5e779d7ef 100644 |
--- a/Source/core/page/PageAnimator.cpp |
+++ b/Source/core/page/PageAnimator.cpp |
@@ -68,7 +68,6 @@ void PageAnimator::scheduleVisualUpdate() |
void PageAnimator::updateLayoutAndStyleForPainting(LocalFrame* rootFrame) |
{ |
RefPtr<FrameView> view = rootFrame->view(); |
- |
TemporaryChange<bool> servicing(m_updatingLayoutAndStyleForPainting, true); |
// In order for our child HWNDs (NativeWindowWidgets) to update properly, |