| Index: third_party/WebKit/Source/core/dom/DocumentType.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentType.cpp b/third_party/WebKit/Source/core/dom/DocumentType.cpp
|
| index 9bb137e7a67f0b34ce967a0641ea9ccdf3b7db5b..eabe17b835f9590cc6d7dc702d1ef2e9f65e2561 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentType.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentType.cpp
|
| @@ -55,7 +55,7 @@ Node::InsertionNotificationRequest DocumentType::insertedInto(ContainerNode* ins
|
| Node::insertedInto(insertionPoint);
|
|
|
| // DocumentType can only be inserted into a Document.
|
| - ASSERT(parentNode()->isDocumentNode());
|
| + DCHECK(parentNode()->isDocumentNode());
|
|
|
| document().setDoctype(this);
|
|
|
|
|