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

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

Issue 2782553006: Remove SVGTests.requiredFeatures attribute (Closed)
Patch Set: foolip's comment Created 3 years, 9 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
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 a5360f82700988b34d19ce8e4414e5058ea0a456..935abef4cdfe118f9e4790ca9b20546d4950b657 100644
--- a/third_party/WebKit/Source/core/svg/SVGTests.h
+++ b/third_party/WebKit/Source/core/svg/SVGTests.h
@@ -34,7 +34,6 @@ class SVGStringListTearOff;
class CORE_EXPORT SVGTests : public GarbageCollectedMixin {
public:
// JS API
- SVGStringListTearOff* requiredFeatures();
SVGStringListTearOff* requiredExtensions();
SVGStringListTearOff* systemLanguage();
@@ -48,7 +47,6 @@ class CORE_EXPORT SVGTests : public GarbageCollectedMixin {
explicit SVGTests(SVGElement* contextElement);
private:
- Member<SVGStaticStringList> m_requiredFeatures;
Member<SVGStaticStringList> m_requiredExtensions;
Member<SVGStaticStringList> m_systemLanguage;
};

Powered by Google App Engine
This is Rietveld 408576698