| Index: third_party/WebKit/Source/core/dom/ElementDataCache.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ElementDataCache.cpp b/third_party/WebKit/Source/core/dom/ElementDataCache.cpp
|
| index 3cc041fddddf098d5618de9fd5c3622c0f2bd757..b44eda14246c06ef33c2a1d5371edf7b18a62c3e 100644
|
| --- a/third_party/WebKit/Source/core/dom/ElementDataCache.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ElementDataCache.cpp
|
| @@ -44,7 +44,7 @@ inline bool hasSameAttributes(const Vector<Attribute>& attributes, ShareableElem
|
|
|
| RawPtr<ShareableElementData> ElementDataCache::cachedShareableElementDataWithAttributes(const Vector<Attribute>& attributes)
|
| {
|
| - ASSERT(!attributes.isEmpty());
|
| + DCHECK(!attributes.isEmpty());
|
|
|
| ShareableElementDataCache::ValueType* it = m_shareableElementDataCache.add(attributeHash(attributes), nullptr).storedValue;
|
|
|
|
|