| Index: Source/core/rendering/InlineTextBox.h
|
| diff --git a/Source/core/rendering/InlineTextBox.h b/Source/core/rendering/InlineTextBox.h
|
| index 69b2a1d756b7b46c8c1a6644f7f9326de83774fd..e2db766e70651e7a02db6eeb35644edb2025e861 100644
|
| --- a/Source/core/rendering/InlineTextBox.h
|
| +++ b/Source/core/rendering/InlineTextBox.h
|
| @@ -72,7 +72,7 @@ public:
|
|
|
| unsigned short truncation() { return m_truncation; }
|
|
|
| - virtual void markDirty(bool dirty = true) OVERRIDE FINAL;
|
| + virtual void markDirty() OVERRIDE FINAL;
|
|
|
| using InlineBox::hasHyphen;
|
| using InlineBox::setHasHyphen;
|
|
|