| Index: Source/core/rendering/InlineBox.h
|
| diff --git a/Source/core/rendering/InlineBox.h b/Source/core/rendering/InlineBox.h
|
| index 2aadc90766e5ff271679e6dc3a8868cca94022dd..d18857d00fc6b3baab920c20b155a04e0066a837 100644
|
| --- a/Source/core/rendering/InlineBox.h
|
| +++ b/Source/core/rendering/InlineBox.h
|
| @@ -257,7 +257,7 @@ public:
|
| virtual void clearTruncation() { }
|
|
|
| bool isDirty() const { return m_bitfields.dirty(); }
|
| - virtual void markDirty(bool dirty = true) { m_bitfields.setDirty(dirty); }
|
| + virtual void markDirty() { m_bitfields.setDirty(true); }
|
|
|
| virtual void dirtyLineBoxes();
|
|
|
|
|