| Index: third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h
|
| index 7107769617a3e90cea8b3fc8e3d37febfc74b972..698fc25948af5d4cb3259aee719705ece3cd7cda 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h
|
| @@ -38,7 +38,7 @@ class CORE_EXPORT NGTextLayoutAlgorithm : public NGLayoutAlgorithm {
|
| private:
|
| Persistent<NGInlineNode> inline_box_;
|
| Persistent<NGConstraintSpace> constraint_space_;
|
| - Persistent<NGBreakToken> break_token_;
|
| + RefPtr<NGBreakToken> break_token_;
|
|
|
| friend class NGInlineNodeTest;
|
| };
|
|
|