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

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

Issue 2741463002: Remove SVGTests.requiredFeatures attribute
Patch Set: rebase 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.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGTests.idl b/third_party/WebKit/Source/core/svg/SVGTests.idl
index 45e4518514521bb1c9b955c2d5c5e7ec8156298a..2fde5f5162e4b3cdb1d11f6df51cd53f2d1b87fd 100644
--- a/third_party/WebKit/Source/core/svg/SVGTests.idl
+++ b/third_party/WebKit/Source/core/svg/SVGTests.idl
@@ -29,7 +29,6 @@
[
NoInterfaceObject, // Always used on target of 'implements'
] interface SVGTests {
- [MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList requiredFeatures;
[MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList requiredExtensions;
[MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList systemLanguage;
};

Powered by Google App Engine
This is Rietveld 408576698