summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGSVGElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGSVGElement.idl')
-rw-r--r--Source/WebCore/svg/SVGSVGElement.idl5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/WebCore/svg/SVGSVGElement.idl b/Source/WebCore/svg/SVGSVGElement.idl
index 8fcd3d81e..54f4c619f 100644
--- a/Source/WebCore/svg/SVGSVGElement.idl
+++ b/Source/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;