| Index: third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
|
| index 85914af797f4ae61a6a1dea84d660c1a6f9a65b1..83f4c5bc3f6a7421881c3b5c2175551008642b5c 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
|
| @@ -143,7 +143,7 @@ class NGLayoutInlineItem {
|
| FontFallbackPriority fallback_priority_;
|
| bool rotate_sideways_;
|
| const ComputedStyle* style_;
|
| - Vector<RefPtr<const ShapeResult>, 64> shape_results_;
|
| + RefPtr<const ShapeResult> shape_result_;
|
| LayoutObject* layout_object_;
|
|
|
| friend class NGInlineNode;
|
|
|