| Index: third_party/WebKit/Source/core/html/MediaDocument.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/MediaDocument.cpp b/third_party/WebKit/Source/core/html/MediaDocument.cpp
|
| index 50f3856192ce0d7b28c85c3ad06d77d196b92ddb..f014d86687ece081bd3beb2efd2958e0c7e461f7 100644
|
| --- a/third_party/WebKit/Source/core/html/MediaDocument.cpp
|
| +++ b/third_party/WebKit/Source/core/html/MediaDocument.cpp
|
| @@ -124,7 +124,7 @@ private:
|
|
|
| void MediaDocumentParser::createDocumentStructure()
|
| {
|
| - ASSERT(document());
|
| + DCHECK(document());
|
| HTMLHtmlElement* rootElement = HTMLHtmlElement::create(*document());
|
| document()->appendChild(rootElement);
|
| rootElement->insertedByParser();
|
|
|