Index: Source/core/rendering/FloatingObjects.h |
diff --git a/Source/core/rendering/FloatingObjects.h b/Source/core/rendering/FloatingObjects.h |
index 27111e9ce15b37cce84bfa87152c2523713378ef..3af804125a37e87d48e8622076c3d9d5e8b0176e 100644 |
--- a/Source/core/rendering/FloatingObjects.h |
+++ b/Source/core/rendering/FloatingObjects.h |
@@ -74,7 +74,6 @@ public: |
void setHeight(LayoutUnit height) { ASSERT(!isInPlacedTree()); m_frameRect.setHeight(height); } |
const LayoutRect& frameRect() const { ASSERT(isPlaced()); return m_frameRect; } |
- void setFrameRect(const LayoutRect& frameRect) { ASSERT(!isInPlacedTree()); m_frameRect = frameRect; } |
int paginationStrut() const { return m_paginationStrut; } |
void setPaginationStrut(int strut) { m_paginationStrut = strut; } |