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

Unified Diff: third_party/WebKit/Source/core/svg/SVGFitToViewBox.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/SVGFitToViewBox.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGFitToViewBox.idl b/third_party/WebKit/Source/core/svg/SVGFitToViewBox.idl
index cab50c5cd4ba85d58840e811ca4c096ccb675b25..a88d4eb477a3f627e3287930d8986ba6f91863d4 100644
--- a/third_party/WebKit/Source/core/svg/SVGFitToViewBox.idl
+++ b/third_party/WebKit/Source/core/svg/SVGFitToViewBox.idl
@@ -29,6 +29,6 @@
[
NoInterfaceObject, // Always used on target of 'implements'
] interface SVGFitToViewBox {
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedRect viewBox;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
+ [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedRect viewBox;
+ [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
};

Powered by Google App Engine
This is Rietveld 408576698