Index: Source/core/page/PageAnimator.cpp |
diff --git a/Source/core/page/PageAnimator.cpp b/Source/core/page/PageAnimator.cpp |
index f4fd44e6b752a46f9bf4bffab7cf4c808791c3d2..8d9eefabb6f24df937ea357cc88269755e02eb6e 100644 |
--- a/Source/core/page/PageAnimator.cpp |
+++ b/Source/core/page/PageAnimator.cpp |
@@ -66,7 +66,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, |