| Index: third_party/WebKit/Source/modules/mediastream/NavigatorUserMediaError.h
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/NavigatorUserMediaError.h b/third_party/WebKit/Source/modules/mediastream/NavigatorUserMediaError.h
|
| index e6a856e8424feb1004ca76d4aa656219e8824a9d..ec23a7bdc880fd56d62ee4094fa9c456a427eb1a 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/NavigatorUserMediaError.h
|
| +++ b/third_party/WebKit/Source/modules/mediastream/NavigatorUserMediaError.h
|
| @@ -54,7 +54,7 @@ private:
|
| NavigatorUserMediaError(const String& name, const String& message, const String& constraintName)
|
| : m_name(name), m_message(message), m_constraintName(constraintName)
|
| {
|
| - ASSERT(!name.isEmpty());
|
| + DCHECK(!name.isEmpty());
|
| }
|
|
|
| String m_name;
|
|
|