Index: Source/core/svg/SVGFontElement.h |
diff --git a/Source/core/svg/SVGFontElement.h b/Source/core/svg/SVGFontElement.h |
index 5c44922f36ad2db095056384a132f7ef0213d82c..3e18d565c42427c8c268d83e96df5aff3a384a8b 100644 |
--- a/Source/core/svg/SVGFontElement.h |
+++ b/Source/core/svg/SVGFontElement.h |
@@ -70,6 +70,8 @@ public: |
SVGMissingGlyphElement* firstMissingGlyphElement() const; |
+ virtual void accept(Visitor* visitor) const OVERRIDE { SVGStyledElement::accept(visitor); } |
+ |
private: |
SVGFontElement(const QualifiedName&, const Handle<Document>&); |