| 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 4f540c677c44e452e2251090e42aa0d1725fb51e..99826dd930bba73bc1afd0cd9050ed1e56ab8ef5 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_;
|
| NGConstraintSpace* constraint_space_;
|
| - Persistent<NGBreakToken> break_token_;
|
| + NGBreakToken* break_token_;
|
|
|
| friend class NGInlineNodeTest;
|
| };
|
|
|