| Index: third_party/WebKit/Source/core/dom/Element.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.idl b/third_party/WebKit/Source/core/dom/Element.idl
|
| index c0bbbc92c68cd58e260a364447a2f2eee8447558..fe2bf29ccbfaaa8f3ee9c18280892d84979ecc8b 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Element.idl
|
| @@ -93,7 +93,7 @@ interface Element : Node {
|
| // FIXME: getClientRect() and getBoundingClientRect() should
|
| // return DOMRectList and DOMRect respectively.
|
| ClientRectList getClientRects();
|
| - ClientRect getBoundingClientRect();
|
| + DOMRect getBoundingClientRect();
|
|
|
| void scrollIntoView(optional (ScrollIntoViewOptions or boolean) arg);
|
| [RuntimeEnabled=CSSOMSmoothScroll, ImplementedAs=scrollTo] void scroll(optional ScrollToOptions options);
|
|
|