| Index: Source/core/dom/Element.idl
|
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
|
| index 42efd9041c4dd4eddc0e976a33d843f6bc40a855..d30ba026f18a426e4c643ba2bd7d97e85a49e470 100644
|
| --- a/Source/core/dom/Element.idl
|
| +++ b/Source/core/dom/Element.idl
|
| @@ -86,9 +86,9 @@
|
|
|
| // WebKit extensions
|
|
|
| - void scrollIntoViewIfNeeded(optional boolean centerIfNeeded);
|
| - void scrollByLines([Default=Undefined] optional long lines);
|
| - void scrollByPages([Default=Undefined] optional long pages);
|
| + [MeasureAs=ElementScrollIntoViewIfNeeded] void scrollIntoViewIfNeeded(optional boolean centerIfNeeded);
|
| + [MeasureAs=ElementScrollByLines] void scrollByLines([Default=Undefined] optional long lines);
|
| + [MeasureAs=ElementScrollByPages] void scrollByPages([Default=Undefined] optional long pages);
|
|
|
| // HTML 5
|
| HTMLCollection getElementsByClassName(DOMString classNames);
|
|
|