Index: Source/core/frame/FrameView.cpp |
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
index 801938b56c27f2bb0511a423146f2f8e3507129d..ecd94c3c44fbe8ac15a79a434ff092e09039e327 100644 |
--- a/Source/core/frame/FrameView.cpp |
+++ b/Source/core/frame/FrameView.cpp |
@@ -3122,14 +3122,6 @@ bool FrameView::removeScrollableArea(ScrollableArea* scrollableArea) |
return true; |
} |
-bool FrameView::containsScrollableArea(const ScrollableArea* scrollableArea) const |
-{ |
- ASSERT(scrollableArea); |
- if (!m_scrollableAreas || !scrollableArea) |
- return false; |
- return m_scrollableAreas->contains(const_cast<ScrollableArea*>(scrollableArea)); |
-} |
- |
void FrameView::removeChild(Widget* widget) |
{ |
if (widget->isFrameView()) |