diff options
Diffstat (limited to 'WebCore/svg/SVGTests.cpp')
-rw-r--r-- | WebCore/svg/SVGTests.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/svg/SVGTests.cpp b/WebCore/svg/SVGTests.cpp index 9767432..e4813cd 100644 --- a/WebCore/svg/SVGTests.cpp +++ b/WebCore/svg/SVGTests.cpp @@ -64,11 +64,6 @@ SVGStringList* SVGTests::systemLanguage() const return m_systemLanguage.get(); } -bool SVGTests::hasExtension(const String&) const -{ - return false; -} - bool SVGTests::isValid() const { ExceptionCode ec = 0; |