Index: Source/web/WebLocalFrameImpl.cpp |
diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp |
index 7c30edaf3c87903bfa92bd8e801511f0d371c15f..1256f288e9e0cc3973341b286c9b8e1b269f12e4 100644 |
--- a/Source/web/WebLocalFrameImpl.cpp |
+++ b/Source/web/WebLocalFrameImpl.cpp |
@@ -1503,7 +1503,7 @@ void WebLocalFrameImpl::printPagesWithBoundaries(WebCanvas* canvas, const WebSiz |
WebRect WebLocalFrameImpl::selectionBoundsRect() const |
{ |
- return hasSelection() ? WebRect(IntRect(frame()->selection().bounds(false))) : WebRect(); |
+ return hasSelection() ? WebRect(IntRect(frame()->selection().bounds())) : WebRect(); |
} |
bool WebLocalFrameImpl::selectionStartHasSpellingMarkerFor(int from, int length) const |