Index: Source/core/rendering/RootInlineBox.h |
diff --git a/Source/core/rendering/RootInlineBox.h b/Source/core/rendering/RootInlineBox.h |
index 53397c4bc8b35050aa415dcb21ef978bde9a4f43..3790532b55d26a443ac69e8d1951ed904b95f570 100644 |
--- a/Source/core/rendering/RootInlineBox.h |
+++ b/Source/core/rendering/RootInlineBox.h |
@@ -181,10 +181,8 @@ public: |
return InlineFlowBox::logicalBottomLayoutOverflow(lineBottom()); |
} |
-#if ENABLE(CSS3_TEXT) |
// Used to calculate the underline offset for TextUnderlinePositionUnder. |
float maxLogicalTop() const; |
-#endif // CSS3_TEXT |
Node* getLogicalStartBoxWithNode(InlineBox*&) const; |
Node* getLogicalEndBoxWithNode(InlineBox*&) const; |