| Index: third_party/WebKit/Source/web/WebFrameSerializerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameSerializerImpl.cpp b/third_party/WebKit/Source/web/WebFrameSerializerImpl.cpp
|
| index d5331af2ebb29f9f46103292c03f2a11a293927f..42c412bb66716df31b2f2b136c7abb286202b233 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameSerializerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameSerializerImpl.cpp
|
| @@ -427,7 +427,7 @@ void WebFrameSerializerImpl::buildContentForNode(
|
| case Node::DOCUMENT_NODE:
|
| case Node::DOCUMENT_FRAGMENT_NODE:
|
| // Should not exist.
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| break;
|
| // Document type node can be in DOM?
|
| case Node::DOCUMENT_TYPE_NODE:
|
|
|