Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Unified Diff: third_party/WebKit/Source/core/svg/SVGTests.cpp

Issue 1359053004: Remove SVG hasExtension() methods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGTests.h ('k') | third_party/WebKit/Source/core/svg/SVGTests.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGTests.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGTests.cpp b/third_party/WebKit/Source/core/svg/SVGTests.cpp
index 1edcc0e474785ad9c7e395ebb4e146de539671ab..2458e44275c6744d21b2684adfec0dfe25ee6d27 100644
--- a/third_party/WebKit/Source/core/svg/SVGTests.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGTests.cpp
@@ -46,12 +46,6 @@ DEFINE_TRACE(SVGTests)
visitor->trace(m_systemLanguage);
}
-bool SVGTests::hasExtension(const String&)
-{
- // FIXME: Implement me!
- return false;
-}
-
bool SVGTests::isValid(Document& document) const
{
// No need to check requiredFeatures since hasFeature always returns true.
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGTests.h ('k') | third_party/WebKit/Source/core/svg/SVGTests.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698