| Index: third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h b/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h
|
| index 17a02e0b349e3cf6442fd4017f852bcdf90471ee..40b4979a70fbbeaf40185794551e9b1e9b2f0e38 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h
|
| @@ -47,7 +47,8 @@ class CORE_EXPORT NGPhysicalConstraintSpace final
|
| NGPhysicalSize ContainerSize() const { return container_size_; }
|
|
|
| void AddExclusion(const NGExclusion, unsigned options = 0);
|
| - DoublyLinkedList<const NGExclusion> Exclusions(unsigned options = 0) const;
|
| + const DoublyLinkedList<const NGExclusion>* Exclusions(
|
| + unsigned options = 0) const;
|
|
|
| DEFINE_INLINE_TRACE() {}
|
|
|
|
|