Index: Source/core/svg/SVGMarkerElement.h |
diff --git a/Source/core/svg/SVGMarkerElement.h b/Source/core/svg/SVGMarkerElement.h |
index 64f4887a645789e9331e2700cc14dcb2413815c0..4c4211333e0d8b41867b9218a68fd411c9dfa168 100644 |
--- a/Source/core/svg/SVGMarkerElement.h |
+++ b/Source/core/svg/SVGMarkerElement.h |
@@ -123,6 +123,8 @@ public: |
static const SVGPropertyInfo* orientTypePropertyInfo(); |
+ virtual void accept(Visitor* visitor) const OVERRIDE { SVGStyledElement::accept(visitor); } |
+ |
private: |
SVGMarkerElement(const QualifiedName&, const Handle<Document>&); |