Chromium Code Reviews| Index: Source/core/svg/SVGZoomEvent.idl |
| diff --git a/Source/core/svg/SVGZoomEvent.idl b/Source/core/svg/SVGZoomEvent.idl |
| index 48bb3579d0f62868612874ad6d3d5ae693ca33e9..bb7e2ac9a2ccc169a72bb0646582a53ada0c759f 100644 |
| --- a/Source/core/svg/SVGZoomEvent.idl |
| +++ b/Source/core/svg/SVGZoomEvent.idl |
| @@ -26,8 +26,8 @@ |
| interface SVGZoomEvent : UIEvent { |
| readonly attribute SVGRect zoomRectScreen; |
| readonly attribute float previousScale; |
| - [Immutable] readonly attribute SVGPoint previousTranslate; |
|
haraken
2014/01/17 11:50:18
I don't know what [Immutable] was for, but it is n
|
| + readonly attribute SVGPoint previousTranslate; |
| readonly attribute float newScale; |
| - [Immutable] readonly attribute SVGPoint newTranslate; |
| + readonly attribute SVGPoint newTranslate; |
| }; |