| Index: third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h b/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| index 27c44facdd0fff74e8ea87ec723f6cb0d665cd94..21638f79e860bc178d19f999cc7c932379f36636 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| @@ -479,7 +479,7 @@ inline void BreakingContext::handleOutOfFlowPositioned(
|
| m_trailingObjects.appendObjectIfNeeded(box);
|
| }
|
| if (!containerIsInline)
|
| - positionedObjects.append(box);
|
| + positionedObjects.push_back(box);
|
| m_width.addUncommittedWidth(
|
| inlineLogicalWidthFromAncestorsIfNeeded(box).toFloat());
|
| // Reset prior line break context characters.
|
|
|