| Index: third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| index 950dc0d92e22968cbcf5d686a63ee6008165ad51..89915b93dd19587c520cb0a75d99501a60d83b05 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| @@ -70,9 +70,7 @@
|
| builder.ToConstraintSpace());
|
| }
|
|
|
| -void NGConstraintSpace::AddExclusion(const NGLogicalRect& exclusion) const {
|
| - WRITING_MODE_IGNORED(
|
| - "Exclusions are stored directly in physical constraint space.");
|
| +void NGConstraintSpace::AddExclusion(const NGExclusion* exclusion) const {
|
| MutablePhysicalSpace()->AddExclusion(exclusion);
|
| }
|
|
|
|
|