Index: Source/WebCore/rendering/InlineBox.h |
=================================================================== |
--- Source/WebCore/rendering/InlineBox.h (revision 129145) |
+++ Source/WebCore/rendering/InlineBox.h (working copy) |
@@ -262,7 +262,7 @@ |
virtual void clearTruncation() { } |
bool isDirty() const { return m_bitfields.dirty(); } |
- void markDirty(bool dirty = true) { m_bitfields.setDirty(dirty); } |
+ virtual void markDirty(bool dirty = true) { m_bitfields.setDirty(dirty); } |
virtual void dirtyLineBoxes(); |