| 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 221b9ca6d06193cbaa22f92b5ea82c8f3b572d6f..46b358d5fd2eaf18e928b2e9f7307c58f0e9b549 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeRareData.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/NodeRareData.cpp
|
| @@ -77,7 +77,6 @@ DEFINE_TRACE_WRAPPERS_AFTER_DISPATCH(NodeRareData) {
|
| }
|
|
|
| void NodeRareData::FinalizeGarbageCollectedObject() {
|
| - CHECK(!GetLayoutObject());
|
| if (is_element_rare_data_)
|
| static_cast<ElementRareData*>(this)->~ElementRareData();
|
| else
|
|
|