| Index: third_party/WebKit/Source/core/html/HTMLElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.idl b/third_party/WebKit/Source/core/html/HTMLElement.idl
|
| index fb8b036bff3cf38a76a0015bc17defcc85cfc51a..0e9e8d18f3e96ee8cfb0208125b49c8ed7aab799 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.idl
|
| @@ -46,11 +46,11 @@ interface HTMLElement : Element {
|
|
|
| // CSSOM View Module
|
| // http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface
|
| - [PerWorldBindings, ImplementedAs=unclosedOffsetParent] readonly attribute Element? offsetParent;
|
| - [ImplementedAs=offsetTopForBinding] readonly attribute long offsetTop;
|
| - [ImplementedAs=offsetLeftForBinding] readonly attribute long offsetLeft;
|
| - [ImplementedAs=offsetWidthForBinding] readonly attribute long offsetWidth;
|
| - [ImplementedAs=offsetHeightForBinding] readonly attribute long offsetHeight;
|
| + [PerWorldBindings] readonly attribute Element? offsetParent;
|
| + readonly attribute long offsetTop;
|
| + readonly attribute long offsetLeft;
|
| + readonly attribute long offsetWidth;
|
| + readonly attribute long offsetHeight;
|
|
|
| // CSS Object Model (CSSOM)
|
| // http://dev.w3.org/csswg/cssom/#the-elementcssinlinestyle-interface
|
|
|