| Index: third_party/WebKit/Source/core/layout/ng/ng_constraint_space_test.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_test.cc b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_test.cc
|
| index 04022dd323400ab783606dab40a89b20c93f60fc..7db8a8c5feb824801f1b012690dd6578bf30b6a1 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_test.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_test.cc
|
| @@ -44,7 +44,7 @@ TEST(NGConstraintSpaceTest, WritingMode) {
|
| EXPECT_EQ(FragmentNone, vert_space->BlockFragmentationType());
|
| }
|
|
|
| -static String OpportunityToString(const NGConstraintSpace* opportunity) {
|
| +static String OpportunityToString(const NGLogicalRect* opportunity) {
|
| return opportunity ? opportunity->ToString() : String("(null)");
|
| }
|
|
|
|
|