| Index: third_party/WebKit/Source/core/html/imports/HTMLImportState.h
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportState.h b/third_party/WebKit/Source/core/html/imports/HTMLImportState.h
|
| index 5f5b498e065507c43fab1ce83299cf9ba232ace2..d69fce24bb054b91a82632d18cbf0f4b8b3bad28 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportState.h
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportState.h
|
| @@ -70,7 +70,7 @@ private:
|
|
|
| inline HTMLImportState::Value HTMLImportState::checkedValue() const
|
| {
|
| - ASSERT(isValid());
|
| + DCHECK(isValid());
|
| return m_value;
|
| }
|
|
|
|
|