| Index: third_party/WebKit/Source/core/html/ClassList.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/ClassList.cpp b/third_party/WebKit/Source/core/html/ClassList.cpp
|
| index 8637d0a56b50692e1709441ca0071c2943728aa0..8dec6c3e9d37140dda7a02061ec5446fad32df8b 100644
|
| --- a/third_party/WebKit/Source/core/html/ClassList.cpp
|
| +++ b/third_party/WebKit/Source/core/html/ClassList.cpp
|
| @@ -52,7 +52,7 @@ bool ClassList::containsInternal(const AtomicString& token) const
|
|
|
| const SpaceSplitString& ClassList::classNames() const
|
| {
|
| - ASSERT(m_element->hasClass());
|
| + DCHECK(m_element->hasClass());
|
| if (m_element->document().inQuirksMode()) {
|
| if (!m_classNamesForQuirksMode)
|
| m_classNamesForQuirksMode = wrapUnique(new SpaceSplitString(value(), SpaceSplitString::ShouldNotFoldCase));
|
|
|