| Index: third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h b/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| index b4973d8cc59a1cd7aff9ba5860f0897552682fd9..9442a3172f7acec8a13418db517212650cff2954 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| @@ -1440,7 +1440,7 @@ inline void BreakingContext::commitAndUpdateLineBreakIfNeeded() {
|
| }
|
| }
|
|
|
| - ASSERT_WITH_SECURITY_IMPLICATION(m_currentStyle->refCount() > 0);
|
| + SECURITY_DCHECK(m_currentStyle->refCount() > 0);
|
| if (checkForBreak && !m_width.fitsOnLine()) {
|
| // if we have floats, try to get below them.
|
| if (m_currentCharacterIsSpace && !m_ignoringSpaces &&
|
|
|