| 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 932a88820e8687cc9db047d3515fbe812c7f604d..daf2b69724259af6471cea58bdf145119e1ae215 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
|
| @@ -108,7 +108,7 @@ class CORE_EXPORT NGBlockLayoutAlgorithm : public NGLayoutAlgorithm {
|
| // Read-only Getters.
|
| const ComputedStyle& CurrentChildStyle() const {
|
| DCHECK(current_child_);
|
| - return *current_child_->Style();
|
| + return current_child_->Style();
|
| }
|
|
|
| const NGConstraintSpace& ConstraintSpace() const {
|
|
|