| Index: third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| index 9f73ac902c2d80f9adb733a1707256d0fd1b9c18..eceee5ecb51e42b2700207bd17a8d7737fb57405 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -130,7 +130,7 @@ void Deprecation::CountDeprecation(const LocalFrame* frame,
|
|
|
| if (!page->GetUseCounter().HasRecordedMeasurement(feature)) {
|
| page->GetUseCounter().RecordMeasurement(feature);
|
| - ASSERT(!DeprecationMessage(feature).IsEmpty());
|
| + DCHECK(!DeprecationMessage(feature).IsEmpty());
|
| ConsoleMessage* console_message =
|
| ConsoleMessage::Create(kDeprecationMessageSource, kWarningMessageLevel,
|
| DeprecationMessage(feature));
|
|
|