Index: Source/core/rendering/RenderBlock.h |
diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h |
index 53ca757e7d8614505f11fa057fb4c8f2e7f608ae..92e4c4868eeb9fc4511b46b40ca5b33fe62fab92 100644 |
--- a/Source/core/rendering/RenderBlock.h |
+++ b/Source/core/rendering/RenderBlock.h |
@@ -390,8 +390,6 @@ protected: |
void updateBlockChildDirtyBitsBeforeLayout(bool relayoutChildren, RenderBox*); |
- virtual void checkForPaginationLogicalHeightChange(LayoutUnit& pageLogicalHeight, bool& pageLogicalHeightChanged, bool& hasSpecifiedPageLogicalHeight); |
- |
virtual bool isInlineBlockOrInlineTable() const OVERRIDE FINAL { return isInline() && isReplaced(); } |
private: |