| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index d9edbb76623d1463cc760542d39dca5bbfa64672..cfb5ae68f82c9bd9f1856d6a4dc45a8fa07f7d76 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -741,11 +741,6 @@ void FrameView::countObjectsNeedingLayout(unsigned& needsLayoutObjects, unsigned
|
| }
|
| }
|
|
|
| -bool FrameView::isLayoutRoot(const LayoutObject& object) const
|
| -{
|
| - return m_layoutSubtreeRoots.contains(const_cast<LayoutObject*>(&object));
|
| -}
|
| -
|
| inline void FrameView::forceLayoutParentViewIfNeeded()
|
| {
|
| LayoutPart* ownerLayoutObject = m_frame->ownerLayoutObject();
|
|
|