Index: third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h |
index f0d9377e4b8e54835bcb130907b068fa7a3e4c7f..3634543b4bdbc33337ffc68808d8f435f67bd2db 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h |
@@ -91,7 +91,7 @@ class CORE_EXPORT NGBlockLayoutAlgorithm : public NGLayoutAlgorithm { |
Persistent<NGBlockBreakToken> break_token_; |
std::unique_ptr<NGFragmentBuilder> builder_; |
- Persistent<NGConstraintSpaceBuilder> space_builder_; |
+ std::unique_ptr<NGConstraintSpaceBuilder> space_builder_; |
Persistent<NGConstraintSpace> space_for_current_child_; |
Persistent<NGLayoutInputNode> current_child_; |