| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index 7481f9dc8c8a5b2fd1943e23597296e32532a9e2..08f5c555396a8421d257caa9f96cc053ffd0954f 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -1799,9 +1799,6 @@ void FrameView::scheduleRelayout()
|
|
|
| if (!shouldThrottleRendering())
|
| page()->animator().scheduleVisualUpdate(m_frame.get());
|
| - // TODO(chrishtr): this is dangerous and probably incorrect, since layout can be rescheduled during
|
| - // the lifecycle in cases such as change of containing block chain. Remove it.
|
| - lifecycle().ensureStateAtMost(DocumentLifecycle::StyleClean);
|
| }
|
|
|
| void FrameView::scheduleRelayoutOfSubtree(LayoutObject* relayoutRoot)
|
|
|