Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 1035402707ba26afc70118c90f7613e71ea4371e..dfeb2db61932bc56ef8086c728dccd3bc12f01cb 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(); |