| Index: third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h
 | 
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h b/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h
 | 
| index e3ad22dba1e31c8d6bff40012914c67991499573..6288912c2778770917cc06edc3d975a474888913 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h
 | 
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h
 | 
| @@ -159,6 +159,7 @@ class CORE_EXPORT NGFragmentBuilder final {
 | 
|    LayoutUnit used_block_size_;
 | 
|  
 | 
|    Vector<RefPtr<NGBreakToken>> child_break_tokens_;
 | 
| +  RefPtr<NGBreakToken> last_inline_break_token_;
 | 
|  
 | 
|    WeakBoxList out_of_flow_descendant_candidates_;
 | 
|    Vector<OutOfFlowPlacement> out_of_flow_candidate_placements_;
 | 
| 
 |