| Index: third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.cc b/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.cc
|
| index e3f359a8585388db9867e1879797bcaa57f7c736..1660251f652418a6da7eb2d207d719f333a8d46f 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.cc
|
| @@ -28,4 +28,6 @@ NGPhysicalBoxFragment::NGPhysicalBoxFragment(
|
| children_.swap(children);
|
| }
|
|
|
| +NGPhysicalBoxFragment::NGPhysicalBoxFragment() : NGPhysicalFragment() {}
|
| +
|
| } // namespace blink
|
|
|