Index: third_party/WebKit/Source/core/svg/SVGTests.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGTests.h b/third_party/WebKit/Source/core/svg/SVGTests.h |
index bef1b5ee774ede1acd284c46255db8a8ae00116f..2d83acc2bd99d8ab7d1bad7b09676c6ce505c5b9 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGTests.h |
+++ b/third_party/WebKit/Source/core/svg/SVGTests.h |
@@ -38,7 +38,6 @@ public: |
SVGStringListTearOff* requiredFeatures() { return m_requiredFeatures->tearOff(); } |
SVGStringListTearOff* requiredExtensions() { return m_requiredExtensions->tearOff(); } |
SVGStringListTearOff* systemLanguage() { return m_systemLanguage->tearOff(); } |
- bool hasExtension(const String&); |
bool isValid(Document&) const; |