| Index: Source/web/WebElement.cpp
|
| diff --git a/Source/web/WebElement.cpp b/Source/web/WebElement.cpp
|
| index 285b76311f92f69c1397722592f46f87d1fe0377..de6aba3201c9f682fa7c37200c7eaa10112aee52 100644
|
| --- a/Source/web/WebElement.cpp
|
| +++ b/Source/web/WebElement.cpp
|
| @@ -146,7 +146,7 @@ void WebElement::requestFullScreen()
|
|
|
| WebRect WebElement::boundsInViewportSpace()
|
| {
|
| - return unwrap<Element>()->boundsInRootViewSpace();
|
| + return unwrap<Element>()->boundsInViewportSpace();
|
| }
|
|
|
| WebImage WebElement::imageContents()
|
|
|