Index: Source/core/layout/LayoutBox.h |
diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h |
index 146126101f8070a095248e525f30b9300f03888f..578ef3a2e1d492114c7c5ed056fd1d859c678a21 100644 |
--- a/Source/core/layout/LayoutBox.h |
+++ b/Source/core/layout/LayoutBox.h |
@@ -452,7 +452,7 @@ public: |
// Used to resolve margins in the containing block's block-flow direction. |
void computeAndSetBlockDirectionMargins(const LayoutBlock* containingBlock); |
- virtual LayoutUnit offsetFromLogicalTopOfFirstPage() const; |
+ LayoutUnit offsetFromLogicalTopOfFirstPage() const; |
void positionLineBox(InlineBox*); |
void moveWithEdgeOfInlineContainerIfNecessary(bool isHorizontal); |