| Index: Source/core/html/HTMLElement.idl
|
| diff --git a/Source/core/html/HTMLElement.idl b/Source/core/html/HTMLElement.idl
|
| index d106c3e431cfa36026e015bba56d1e92d3904091..1121bff9cbee5c211b79940042dae7f69fee2f76 100644
|
| --- a/Source/core/html/HTMLElement.idl
|
| +++ b/Source/core/html/HTMLElement.idl
|
| @@ -45,7 +45,7 @@ interface HTMLElement : Element {
|
|
|
| // CSSOM View Module
|
| // http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface
|
| - [ImplementedAs=offsetParentForBindings, PerWorldBindings] readonly attribute Element? offsetParent;
|
| + [PerWorldBindings] readonly attribute Element? offsetParent;
|
| readonly attribute long offsetTop;
|
| readonly attribute long offsetLeft;
|
| readonly attribute long offsetWidth;
|
|
|