| Index: third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp b/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
|
| index d4ca0813cace9445ae0119c57c744043d83cee04..92adfce70e25b37afcc4d4cfb407086df764094d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
|
| @@ -142,7 +142,7 @@ void LayoutObjectChildList::insertChildNode(LayoutObject* owner,
|
| // where child->parent() ends up being owner but
|
| // child->nextSibling()->parent() is not owner.
|
| if (beforeChild && beforeChild->parent() != owner) {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return;
|
| }
|
|
|
|
|