Chromium Code Reviews

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

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.
Jump to:
View side-by-side diff with in-line comments
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;

Powered by Google App Engine