| Index: third_party/WebKit/Source/wtf/text/TextEncoding.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/TextEncoding.cpp b/third_party/WebKit/Source/wtf/text/TextEncoding.cpp
|
| index 10e62ca03e5f9a0c81aff4a0c198104ee49266ce..e92f80a470348bc014c091834daff11165a31746 100644
|
| --- a/third_party/WebKit/Source/wtf/text/TextEncoding.cpp
|
| +++ b/third_party/WebKit/Source/wtf/text/TextEncoding.cpp
|
| @@ -180,7 +180,7 @@ const TextEncoding& UTF32LittleEndianEncoding() {
|
| const TextEncoding& UTF8Encoding() {
|
| DEFINE_THREAD_SAFE_STATIC_LOCAL(const TextEncoding, globalUTF8Encoding,
|
| new TextEncoding("UTF-8"));
|
| - ASSERT(globalUTF8Encoding.isValid());
|
| + DCHECK(globalUTF8Encoding.isValid());
|
| return globalUTF8Encoding;
|
| }
|
|
|
|
|