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

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

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
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGTests.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGTests.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698