Index: Source/core/svg/SVGTests.h |
diff --git a/Source/core/svg/SVGTests.h b/Source/core/svg/SVGTests.h |
index 89cb53aff9b8fc6f7a19c3fb1249bfd76b653d58..6dcfa573b99c90299bea32c37fa94850d781fe12 100644 |
--- a/Source/core/svg/SVGTests.h |
+++ b/Source/core/svg/SVGTests.h |
@@ -49,7 +49,9 @@ public: |
virtual void trace(Visitor*); |
protected: |
- explicit SVGTests(SVGElement* contextElement); |
+ SVGTests(); |
+ |
+ void initialize(SVGElement*); |
private: |
RefPtrWillBeMember<SVGStaticStringList> m_requiredFeatures; |