| Index: third_party/WebKit/Source/platform/text/Character.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/Character.cpp b/third_party/WebKit/Source/platform/text/Character.cpp
|
| index 7bd0fe5833365589ce3592ba198f3b4905b0de0f..16a75eac2b2beb0a73e5458f53852a9852b2ab5a 100644
|
| --- a/third_party/WebKit/Source/platform/text/Character.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/Character.cpp
|
| @@ -84,7 +84,7 @@ static UTrie2* createTrie() {
|
| UTrie2* trie = utrie2_openFromSerialized(
|
| UTrie2ValueBits::UTRIE2_16_VALUE_BITS, serializedCharacterData,
|
| serializedCharacterDataSize, nullptr, &error);
|
| - ASSERT(error == U_ZERO_ERROR);
|
| + DCHECK_EQ(error, U_ZERO_ERROR);
|
| return trie;
|
| }
|
|
|
|
|