Index: Source/core/testing/Internals.cpp |
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp |
index d7660f7e23f465dbdfd615f0d8232b9421c083bd..7d41ebb68c7234b0d4fa136890008b311b11fc07 100644 |
--- a/Source/core/testing/Internals.cpp |
+++ b/Source/core/testing/Internals.cpp |
@@ -2242,10 +2242,10 @@ unsigned Internals::countHitRegions(CanvasRenderingContext2D* context) |
return context->hitRegionsCount(); |
} |
-PassRefPtrWillBeRawPtr<ClientRect> Internals::boundsInRootViewSpace(Element* element) |
+PassRefPtrWillBeRawPtr<ClientRect> Internals::boundsInViewportSpace(Element* element) |
{ |
ASSERT(element); |
- return ClientRect::create(element->boundsInRootViewSpace()); |
+ return ClientRect::create(element->boundsInViewportSpace()); |
} |
String Internals::serializeNavigationMarkup() |