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; |
}; |