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