Index: third_party/WebKit/Source/core/svg/SVGZoomAndPan.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGZoomAndPan.idl b/third_party/WebKit/Source/core/svg/SVGZoomAndPan.idl |
index 7fa906311a33d82ebb601dcdce043f301916c17b..b61124a4e779fa2109bde6b2ca5b64ac92383cd1 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGZoomAndPan.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGZoomAndPan.idl |
@@ -31,9 +31,9 @@ |
] interface SVGZoomAndPan { |
// Zoom and Pan Types |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] const unsigned short SVG_ZOOMANDPAN_UNKNOWN = 0; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] const unsigned short SVG_ZOOMANDPAN_DISABLE = 1; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] const unsigned short SVG_ZOOMANDPAN_MAGNIFY = 2; |
+ [MeasureAs=SVG1DOM] const unsigned short SVG_ZOOMANDPAN_UNKNOWN = 0; |
+ [MeasureAs=SVG1DOM] const unsigned short SVG_ZOOMANDPAN_DISABLE = 1; |
+ [MeasureAs=SVG1DOM] const unsigned short SVG_ZOOMANDPAN_MAGNIFY = 2; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM, RaisesException=Setter] attribute unsigned short zoomAndPan; |
+ [MeasureAs=SVG1DOM, RaisesException=Setter] attribute unsigned short zoomAndPan; |
}; |