| Index: third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h b/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
|
| index 4eb705a377907dad2c42c12bb9441bcc76a950d2..de0a662ad5477d040af68dd3d1535dddb176f4b1 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
|
| @@ -54,8 +54,8 @@ WILL_NOT_BE_EAGERLY_TRACED_CLASS(NGPhysicalFragment);
|
| DEFINE_TYPE_CASTS(NGPhysicalFragment,
|
| NGPhysicalFragmentBase,
|
| fragment,
|
| - fragment->Type() == NGPhysicalFragmentBase::FragmentBox,
|
| - fragment.Type() == NGPhysicalFragmentBase::FragmentBox);
|
| + fragment->Type() == NGPhysicalFragmentBase::kFragmentBox,
|
| + fragment.Type() == NGPhysicalFragmentBase::kFragmentBox);
|
|
|
| } // namespace blink
|
|
|
|
|