Index: Source/WebCore/rendering/RenderQuote.h |
=================================================================== |
--- Source/WebCore/rendering/RenderQuote.h (revision 128797) |
+++ Source/WebCore/rendering/RenderQuote.h (working copy) |
@@ -42,6 +42,8 @@ |
virtual const char* renderName() const OVERRIDE { return "RenderQuote"; }; |
virtual bool isQuote() const OVERRIDE { return true; }; |
virtual PassRefPtr<StringImpl> originalText() const OVERRIDE; |
+ |
+ virtual void updateText() OVERRIDE; |
virtual void computePreferredLogicalWidths(float leadWidth) OVERRIDE; |
// We don't override insertedIntoTree to call attachQuote() as it would be attached |