| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 87562a94f9e7a662087c38cc717d6f90e3536232..9f7dc181de7797bd8adc5b181bd611e714124983 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -283,7 +283,7 @@
|
| // This function is for testing HitRegions on Canvas2D.
|
| unsigned long countHitRegions(CanvasRenderingContext2D context);
|
|
|
| - [TypeChecking=Interface] ClientRect boundsInRootViewSpace(Element element);
|
| + [TypeChecking=Interface] ClientRect boundsInViewportSpace(Element element);
|
| DOMString serializeNavigationMarkup();
|
| DOMString[] getTransitionElementIds();
|
| ClientRectList getTransitionElementRects();
|
|
|