Index: Source/core/svg/SVGFontFaceUriElement.h |
diff --git a/Source/core/svg/SVGFontFaceUriElement.h b/Source/core/svg/SVGFontFaceUriElement.h |
index e546984bc64807d5652dd9981145f308d5a79e19..6edda0cec6418362a94919f4fab190213a9f05e8 100644 |
--- a/Source/core/svg/SVGFontFaceUriElement.h |
+++ b/Source/core/svg/SVGFontFaceUriElement.h |
@@ -38,6 +38,8 @@ public: |
Result<CSSFontFaceSrcValue> srcValue() const; |
+ virtual void accept(Visitor* visitor) const OVERRIDE { SVGElement::accept(visitor); } |
+ |
private: |
SVGFontFaceUriElement(const QualifiedName&, const Handle<Document>&); |