Index: Source/core/svg/SVGZoomAndPan.idl |
diff --git a/Source/core/svg/SVGZoomAndPan.idl b/Source/core/svg/SVGZoomAndPan.idl |
index 7fa79266ed05368831bcf392ac1fb25df7eddb7e..7fa906311a33d82ebb601dcdce043f301916c17b 100644 |
--- a/Source/core/svg/SVGZoomAndPan.idl |
+++ b/Source/core/svg/SVGZoomAndPan.idl |
@@ -35,5 +35,5 @@ |
[RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] const unsigned short SVG_ZOOMANDPAN_DISABLE = 1; |
[RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] const unsigned short SVG_ZOOMANDPAN_MAGNIFY = 2; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM, RaisesException=Setter] attribute unsigned short zoomAndPan; // readonly in SVGViewSpec, hence raises exception on setter there |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM, RaisesException=Setter] attribute unsigned short zoomAndPan; |
}; |