Index: Source/core/frame/FrameView.h |
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h |
index 3dda52cedcccb1d9a944413c83d3efa3737ab7cc..4840d8de7232dae99d2506b463a1f450567e7d04 100644 |
--- a/Source/core/frame/FrameView.h |
+++ b/Source/core/frame/FrameView.h |
@@ -271,7 +271,6 @@ public: |
bool addScrollableArea(ScrollableArea*); |
// Returns whether the scrollable area has just been removed. |
bool removeScrollableArea(ScrollableArea*); |
- bool containsScrollableArea(const ScrollableArea*) const; |
const ScrollableAreaSet* scrollableAreas() const { return m_scrollableAreas.get(); } |
// With CSS style "resize:" enabled, a little resizer handle will appear at the bottom |