| Index: third_party/WebCore/svg/SVGSVGElement.idl
|
| diff --git a/third_party/WebCore/svg/SVGSVGElement.idl b/third_party/WebCore/svg/SVGSVGElement.idl
|
| index 54f4c619f084378d1bc78b28ec21ae71e591870c..8fcd3d81e490b20919999c619b1b14d4cba9104c 100644
|
| --- a/third_party/WebCore/svg/SVGSVGElement.idl
|
| +++ b/third_party/WebCore/svg/SVGSVGElement.idl
|
| @@ -48,8 +48,9 @@ module svg {
|
| readonly attribute float pixelUnitToMillimeterY;
|
| readonly attribute float screenPixelToMillimeterX;
|
| readonly attribute float screenPixelToMillimeterY;
|
| - readonly attribute boolean useCurrentView;
|
| - readonly attribute SVGViewSpec currentView;
|
| + attribute boolean useCurrentView
|
| + /*setter raises(DOMException)*/;
|
| + // TODO readonly attribute SVGViewSpec currentView;
|
| attribute float currentScale
|
| /*setter raises(DOMException)*/;
|
| readonly attribute SVGPoint currentTranslate;
|
|
|