| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index 27b1a9f3eaa450d3e61bad53b2c53587c1ca1292..d999576062707bd9e0f16c1d662f8fb19a823919 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()
|
|
|