| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 3a79335f875c4b1ca9768b3ffedc51ff87e52c34..7be450299fd9715e07f32cbcdaaa58a11be944fc 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -194,7 +194,7 @@ public:
|
| void scroll(double x, double y) { scrollTo(x, y); }
|
| void scroll(const ScrollToOptions& scrollToOptions) { scrollTo(scrollToOptions); }
|
|
|
| - IntRect boundsInRootViewSpace();
|
| + IntRect boundsInViewportSpace();
|
|
|
| PassRefPtrWillBeRawPtr<ClientRectList> getClientRects();
|
| PassRefPtrWillBeRawPtr<ClientRect> getBoundingClientRect();
|
|
|