| Index: third_party/WebKit/Source/core/dom/NodeRareData.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/NodeRareData.cpp b/third_party/WebKit/Source/core/dom/NodeRareData.cpp
|
| index c4a2adcff13d9cee2bb579bfca277914c8c35791..9343fd3faf879ee696eb192dc2b9642bfe479e01 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeRareData.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/NodeRareData.cpp
|
| @@ -77,7 +77,7 @@ DEFINE_TRACE_WRAPPERS_AFTER_DISPATCH(NodeRareData) {
|
| }
|
|
|
| void NodeRareData::finalizeGarbageCollectedObject() {
|
| - RELEASE_ASSERT(!layoutObject());
|
| + CHECK(!layoutObject());
|
| if (m_isElementRareData)
|
| static_cast<ElementRareData*>(this)->~ElementRareData();
|
| else
|
|
|