| Index: Source/web/WebElement.cpp
|
| diff --git a/Source/web/WebElement.cpp b/Source/web/WebElement.cpp
|
| index b5ca6ffe51cacadf1ea9c1e65109b1eb6f2f4428..4fcc92515c194a61ec940dfc1c9806b63b2c7c8e 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()
|
|
|