| Index: third_party/WebKit/Source/core/html/imports/HTMLImportChild.h
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportChild.h b/third_party/WebKit/Source/core/html/imports/HTMLImportChild.h
|
| index 9de5cfe041ed8c1929ff99ae736d9ca928a75216..9b4cdae8d34e516a4c94382b552213b1b4f1677f 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportChild.h
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportChild.h
|
| @@ -93,7 +93,7 @@ private:
|
|
|
| inline HTMLImportChild* toHTMLImportChild(HTMLImport* import)
|
| {
|
| - ASSERT(!import || !import->isRoot());
|
| + DCHECK(!import || !import->isRoot());
|
| return static_cast<HTMLImportChild*>(import);
|
| }
|
|
|
|
|