| 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 b61124a4e779fa2109bde6b2ca5b64ac92383cd1..624eae463b259a6af6b87d1ddfbdb29cd99245ad 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
|
| - [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;
|
| + const unsigned short SVG_ZOOMANDPAN_UNKNOWN = 0;
|
| + const unsigned short SVG_ZOOMANDPAN_DISABLE = 1;
|
| + const unsigned short SVG_ZOOMANDPAN_MAGNIFY = 2;
|
|
|
| - [MeasureAs=SVG1DOM, RaisesException=Setter] attribute unsigned short zoomAndPan;
|
| + [MeasureAs=SVG1DOMZoomAndPan, RaisesException=Setter] attribute unsigned short zoomAndPan;
|
| };
|
|
|