| Index: Source/core/dom/Element.idl
|
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
|
| index c96f526d73204d95aa151d5b153995c69d2d7a2c..278b83e8a8541747f0640940e207f1ced7887620 100644
|
| --- a/Source/core/dom/Element.idl
|
| +++ b/Source/core/dom/Element.idl
|
| @@ -97,7 +97,7 @@
|
| readonly attribute long clientHeight;
|
| // http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface
|
| // FIXME: offset* should only be on HTMLElement.
|
| - [MeasureAs=ElementOffsetParent, ImplementedAs=offsetParentForBindings, PerWorldBindings] readonly attribute Element? offsetParent;
|
| + [MeasureAs=ElementOffsetParent, PerWorldBindings] readonly attribute Element? offsetParent;
|
| [MeasureAs=ElementOffsetTop] readonly attribute long offsetTop;
|
| [MeasureAs=ElementOffsetLeft] readonly attribute long offsetLeft;
|
| [MeasureAs=ElementOffsetWidth] readonly attribute long offsetWidth;
|
|
|