Index: Source/WebCore/page/FrameView.h |
=================================================================== |
--- Source/WebCore/page/FrameView.h (revision 109459) |
+++ Source/WebCore/page/FrameView.h (working copy) |
@@ -101,6 +101,7 @@ |
bool isInLayout() const { return m_inLayout; } |
RenderObject* layoutRoot(bool onlyDuringLayout = false) const; |
+ void clearLayoutRoot() { m_layoutRoot = 0; } |
int layoutCount() const { return m_layoutCount; } |
bool needsLayout() const; |