| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index e357928df8be93048699acc68f952d8da0905bdf..158b8e010b9d26fdd27e076211ce91a07a607592 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -108,7 +108,6 @@ public:
|
| bool layoutPending() const;
|
| bool isInPerformLayout() const;
|
|
|
| - bool isLayoutRoot(const LayoutObject&) const;
|
| void clearLayoutSubtreeRoot(const LayoutObject&);
|
| int layoutCount() const { return m_layoutCount; }
|
|
|
|
|