| Index: third_party/WebKit/Source/core/events/ErrorEvent.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/ErrorEvent.cpp b/third_party/WebKit/Source/core/events/ErrorEvent.cpp
|
| index 1d878850c375822a2f29e0d73063895a6f288ed1..cbd3f497e967faa4904c6a3a2e8fc59a76c1fd33 100644
|
| --- a/third_party/WebKit/Source/core/events/ErrorEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/ErrorEvent.cpp
|
| @@ -69,7 +69,7 @@ ErrorEvent::ErrorEvent(const String& message, std::unique_ptr<SourceLocation> lo
|
|
|
| void ErrorEvent::setUnsanitizedMessage(const String& message)
|
| {
|
| - ASSERT(m_unsanitizedMessage.isEmpty());
|
| + DCHECK(m_unsanitizedMessage.isEmpty());
|
| m_unsanitizedMessage = message;
|
| }
|
|
|
|
|