| Index: third_party/WebKit/Source/core/dom/Range.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Range.cpp b/third_party/WebKit/Source/core/dom/Range.cpp
|
| index 57fed6e04e3cc39acb03cf4d4a300e565bfc6f2f..0e968f11cd8694256cbf8e6b8470887fb6c102ad 100644
|
| --- a/third_party/WebKit/Source/core/dom/Range.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Range.cpp
|
| @@ -1686,7 +1686,7 @@ FloatRect Range::boundingRect() const {
|
|
|
| // If all rects are empty, return the first rect.
|
| if (result.isEmpty() && !quads.isEmpty())
|
| - return quads.first().boundingBox();
|
| + return quads.front().boundingBox();
|
|
|
| return result;
|
| }
|
|
|