| Index: third_party/WebKit/Source/core/layout/LayoutFullScreen.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFullScreen.h b/third_party/WebKit/Source/core/layout/LayoutFullScreen.h
|
| index db7d3e6e467157ef4cd8f3907312df3c964392cf..00de48c502a4f0b3d05509df3f5203c979bbb5f0 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFullScreen.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFullScreen.h
|
| @@ -69,7 +69,6 @@ class CORE_EXPORT LayoutFullScreen final : public LayoutFlexibleBox {
|
| LayoutBlockFlow* m_placeholder;
|
| ItemPosition selfAlignmentNormalBehavior(
|
| const LayoutBox* child = nullptr) const override {
|
| - DCHECK(!child);
|
| return ItemPositionCenter;
|
| }
|
| };
|
|
|