| 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 89915b93dd19587c520cb0a75d99501a60d83b05..950dc0d92e22968cbcf5d686a63ee6008165ad51 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,7 +70,9 @@ NGConstraintSpace* NGConstraintSpace::CreateFromLayoutObject(
 | 
|        builder.ToConstraintSpace());
 | 
|  }
 | 
|  
 | 
| -void NGConstraintSpace::AddExclusion(const NGExclusion* exclusion) const {
 | 
| +void NGConstraintSpace::AddExclusion(const NGLogicalRect& exclusion) const {
 | 
| +  WRITING_MODE_IGNORED(
 | 
| +      "Exclusions are stored directly in physical constraint space.");
 | 
|    MutablePhysicalSpace()->AddExclusion(exclusion);
 | 
|  }
 | 
|  
 | 
| 
 |