| Index: third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp b/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| index af4933052c3a708982f1b074518c319ea5345ee9..5a31b4fa315150059134c798332ed49fdfa06903 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| @@ -315,7 +315,7 @@ void LayoutTextControl::computePreferredLogicalWidths() {
|
| void LayoutTextControl::addOutlineRects(Vector<LayoutRect>& rects,
|
| const LayoutPoint& additionalOffset,
|
| IncludeBlockVisualOverflowOrNot) const {
|
| - rects.append(LayoutRect(additionalOffset, size()));
|
| + rects.push_back(LayoutRect(additionalOffset, size()));
|
| }
|
|
|
| LayoutObject* LayoutTextControl::layoutSpecialExcludedChild(
|
|
|