| Index: third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.h b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| index d491a58eea490dda7508fbf8a25957f1c3546162..8edfa093a2ab880d3d7c71a300cc884b96b3b805 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| @@ -320,7 +320,7 @@ class LayoutGrid final : public LayoutBlock {
|
| int inlineBlockBaseline(LineDirectionMode) const override;
|
| bool isInlineBaselineAlignedChild(const LayoutBox* child) const;
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| bool tracksAreWiderThanMinTrackBreadth(GridTrackSizingDirection,
|
| GridSizingData&) const;
|
| #endif
|
| @@ -398,7 +398,7 @@ class LayoutGrid final : public LayoutBlock {
|
| void setNeedsItemsPlacement(bool);
|
| bool needsItemsPlacement() const { return m_needsItemsPlacement; };
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| bool hasAnyGridItemPaintOrder() const;
|
| #endif
|
|
|
|
|