Index: third_party/WebKit/Source/core/svg/SVGSVGElement.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.idl b/third_party/WebKit/Source/core/svg/SVGSVGElement.idl |
index cf6a094cf4debcdf0e5baca501bf7b6752a59853..ed8bc3e823f5c0f141e43e20bff80031fc9e03c1 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.idl |
@@ -31,8 +31,8 @@ interface SVGSVGElement : SVGGraphicsElement { |
[Measure] readonly attribute SVGRect viewport; |
// TODO(foolip): useCurrentView and currentView have been removed: |
// https://github.com/w3c/svgwg/commit/4c26fd36937a65192024208d85c144a21071b057 |
- [Measure] readonly attribute boolean useCurrentView; |
- [Measure] readonly attribute SVGViewSpec currentView; |
+ [DeprecateAs=V8SVGSVGElement_UseCurrentView_AttributeGetter] readonly attribute boolean useCurrentView; |
+ [DeprecateAs=V8SVGSVGElement_CurrentView_AttributeGetter] readonly attribute SVGViewSpec currentView; |
attribute float currentScale; |
// TODO(foolip): currentTranslate should be a DOMPointReadOnly. |
[ImplementedAs=currentTranslateFromJavascript] readonly attribute SVGPoint currentTranslate; |