| Index: Source/core/dom/Element.idl
|
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
|
| index 5ce30ecc1616405165346b8a6a125b30ac71fdc9..425daf4bc06df1915766374d323b82b9e3e34656 100644
|
| --- a/Source/core/dom/Element.idl
|
| +++ b/Source/core/dom/Element.idl
|
| @@ -70,8 +70,8 @@
|
| [PerWorldBindings] readonly attribute long clientTop;
|
| [PerWorldBindings] readonly attribute long clientWidth;
|
| [PerWorldBindings] readonly attribute long clientHeight;
|
| - [PerWorldBindings] attribute long scrollLeft;
|
| - [PerWorldBindings] attribute long scrollTop;
|
| + [PerWorldBindings, Custom=Setter] attribute long scrollLeft;
|
| + [PerWorldBindings, Custom=Setter] attribute long scrollTop;
|
| [PerWorldBindings] readonly attribute long scrollWidth;
|
| [PerWorldBindings] readonly attribute long scrollHeight;
|
|
|
|
|