Index: Source/core/svg/SVGSVGElement.idl |
diff --git a/Source/core/svg/SVGSVGElement.idl b/Source/core/svg/SVGSVGElement.idl |
index c7ede34d580e569db4c4e65f0d2bf125d6ea91f2..0ad5d7ad7bf39d2803c42f5dc0c9748ce8dd973f 100644 |
--- a/Source/core/svg/SVGSVGElement.idl |
+++ b/Source/core/svg/SVGSVGElement.idl |
@@ -32,8 +32,10 @@ |
[RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength height; |
// TODO(philipj): viewport should be a DOMRectReadOnly. |
readonly attribute SVGRect viewport; |
- readonly attribute boolean useCurrentView; |
- readonly attribute SVGViewSpec currentView; |
+ // TODO(philipj): useCurrentView and currentView have been removed: |
+ // https://github.com/w3c/svgwg/commit/4c26fd36937a65192024208d85c144a21071b057 |
+ [Measure] readonly attribute boolean useCurrentView; |
+ [Measure] readonly attribute SVGViewSpec currentView; |
attribute float currentScale; |
// TODO(philipj): currentTranslate should be a DOMPointReadOnly. |
[ImplementedAs=currentTranslateFromJavascript] readonly attribute SVGPoint currentTranslate; |