diff options
Diffstat (limited to 'Source/WebCore/rendering/RootInlineBox.h')
-rw-r--r-- | Source/WebCore/rendering/RootInlineBox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/rendering/RootInlineBox.h b/Source/WebCore/rendering/RootInlineBox.h index fef7ced22..901bcff24 100644 --- a/Source/WebCore/rendering/RootInlineBox.h +++ b/Source/WebCore/rendering/RootInlineBox.h @@ -183,7 +183,7 @@ public: private: void setHasEllipsisBox(bool hasEllipsisBox) { m_hasEllipsisBoxOrHyphen = hasEllipsisBox; } - LayoutUnit lineGridSnapAdjustment(LayoutUnit delta = 0) const; + LayoutUnit lineSnapAdjustment(LayoutUnit delta = 0) const; int beforeAnnotationsAdjustment() const; |