Index: Source/WebCore/rendering/RenderCounter.h |
=================================================================== |
--- Source/WebCore/rendering/RenderCounter.h (revision 128797) |
+++ Source/WebCore/rendering/RenderCounter.h (working copy) |
@@ -48,6 +48,7 @@ |
virtual bool isCounter() const; |
virtual PassRefPtr<StringImpl> originalText() const; |
+ virtual void updateText() OVERRIDE; |
virtual void computePreferredLogicalWidths(float leadWidth); |
// Removes the reference to the CounterNode associated with this renderer. |