Index: Source/WebCore/rendering/InlineBox.h |
=================================================================== |
--- Source/WebCore/rendering/InlineBox.h (revision 110653) |
+++ Source/WebCore/rendering/InlineBox.h (working copy) |
@@ -284,7 +284,7 @@ |
bool isDirty() const { return m_dirty; } |
void markDirty(bool dirty = true) { m_dirty = dirty; } |
- void dirtyLineBoxes(); |
+ virtual void dirtyLineBoxes(); |
virtual RenderObject::SelectionState selectionState(); |