Index: Source/core/svg/SVGGraphicsElement.h |
diff --git a/Source/core/svg/SVGGraphicsElement.h b/Source/core/svg/SVGGraphicsElement.h |
index b709b8e6de5d32ae97bcda6ebe72630ebe25f39f..ce6658995592ed38be8d15ccd9887bf8560bef92 100644 |
--- a/Source/core/svg/SVGGraphicsElement.h |
+++ b/Source/core/svg/SVGGraphicsElement.h |
@@ -53,6 +53,8 @@ public: |
virtual void toClipPath(Path&); |
virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
+ virtual bool isValid() const OVERRIDE FINAL { return SVGTests::isValid(); } |
+ |
protected: |
SVGGraphicsElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement); |