| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index d4d826b393e604bd02f4a77b13d3190420ed6c5b..94f5a8db0c2314b6d76c317ab09cfbeb18669d76 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -186,7 +186,9 @@ public:
|
| virtual int scrollLeft();
|
| virtual int scrollTop();
|
| virtual void setScrollLeft(int);
|
| + virtual void setScrollLeft(const Dictionary& scrollOptionsHorizontal, ExceptionState&);
|
| virtual void setScrollTop(int);
|
| + virtual void setScrollTop(const Dictionary& scrollOptionsVertical, ExceptionState&);
|
| virtual int scrollWidth();
|
| virtual int scrollHeight();
|
|
|
|
|