| Index: third_party/WebKit/Source/core/layout/LayoutTextCombine.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextCombine.h b/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
|
| index 5fcecfedee54a8a041c13013e4350ed1829527d7..a8e52780a5159706e24d0e5ff341ff5bf14b6aca 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
|
| @@ -68,7 +68,7 @@ class LayoutTextCombine final : public LayoutText {
|
| DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutTextCombine, isCombineText());
|
|
|
| inline LayoutUnit LayoutTextCombine::inlineWidthForLayout() const {
|
| - ASSERT(!m_needsFontUpdate);
|
| + DCHECK(!m_needsFontUpdate);
|
| return LayoutUnit::fromFloatCeil(m_combinedTextWidth);
|
| }
|
|
|
|
|