Index: third_party/WebKit/Source/core/svg/SVGElement.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGElement.idl b/third_party/WebKit/Source/core/svg/SVGElement.idl |
index 4707f9373754408d992f3969aff6a971ff0db644..d8faebbd4ea46206b4e81d3a1eef6ee7044c2bcd 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGElement.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGElement.idl |
@@ -33,13 +33,6 @@ interface SVGElement : Element { |
[CustomElementCallbacks] attribute long tabIndex; |
void focus(); |
void blur(); |
- |
- // TODO(tanay.c): SVGElement.offset* are non-standard. crbug.com/463116 |
- [DeprecateAs=V8SVGElement_OffsetParent_AttributeGetter, PerWorldBindings] readonly attribute Element? offsetParent; |
- [DeprecateAs=V8SVGElement_OffsetTop_AttributeGetter] readonly attribute long offsetTop; |
- [DeprecateAs=V8SVGElement_OffsetLeft_AttributeGetter] readonly attribute long offsetLeft; |
- [DeprecateAs=V8SVGElement_OffsetWidth_AttributeGetter] readonly attribute long offsetWidth; |
- [DeprecateAs=V8SVGElement_OffsetHeight_AttributeGetter] readonly attribute long offsetHeight; |
}; |
SVGElement implements GlobalEventHandlers; |