| Index: third_party/WebKit/Source/core/layout/ng/ng_fragment_base.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_fragment_base.cc b/third_party/WebKit/Source/core/layout/ng/ng_fragment_base.cc
|
| index 14ea494007e6e1b52690d9505cef603ef5440143..b785417e455cf08fe0122541b8f461f5d0e2266a 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_fragment_base.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_fragment_base.cc
|
| @@ -46,8 +46,4 @@ NGMarginStrut NGFragmentBase::MarginStrut() const {
|
| return physical_fragment_->MarginStrut();
|
| }
|
|
|
| -DEFINE_TRACE(NGFragmentBase) {
|
| - visitor->trace(physical_fragment_);
|
| -}
|
| -
|
| } // namespace blink
|
|
|