| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index 53e9d3361512c1f3287877f746adb08657f4d5e2..e7578c6dbd3a526feb2e8d4e0b9308246525bf33 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -2605,7 +2605,7 @@ void FrameView::updateLayoutAndStyleIfNeededRecursive()
|
| ASSERT(!needsLayout());
|
| ASSERT(!m_frame->document()->hasSVGFilterElementsRequiringLayerUpdate());
|
| #if ENABLE(ASSERT)
|
| - m_frame->document()->layoutView()->assertRendererLaidOut();
|
| + m_frame->document()->layoutView()->assertLaidOut();
|
| #endif
|
|
|
| updateWidgetPositionsIfNeeded();
|
|
|