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

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

Issue 1514853002: Remove --disable-svg1dom runtime flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 6f85b31df337c80c3124f95e344e6000cffc1a83..1a76c1e5580e1b6dacf451566c912bcea4cd4b27 100644
--- a/third_party/WebKit/Source/core/svg/SVGTests.idl
+++ b/third_party/WebKit/Source/core/svg/SVGTests.idl
@@ -29,7 +29,7 @@
[
NoInterfaceObject, // Always used on target of 'implements'
] interface SVGTests {
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList requiredFeatures;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList requiredExtensions;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList systemLanguage;
+ [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/SVGStringList.idl ('k') | third_party/WebKit/Source/core/svg/SVGTextContentElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698