| Index: third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h b/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
|
| index c9eafc071031624b1f28a2d3382e181399b01f52..17bcfb96cbb016b120dcf28a82e991c7ee669e2a 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
|
| @@ -71,7 +71,7 @@ CORE_EXPORT NGBoxStrut ComputePadding(const NGConstraintSpace&,
|
| CORE_EXPORT void ApplyAutoMargins(const NGConstraintSpace&,
|
| const ComputedStyle&,
|
| const NGFragment&,
|
| - NGBoxStrut& margins);
|
| + NGBoxStrut* margins);
|
|
|
| } // namespace blink
|
|
|
|
|