Index: third_party/WebKit/Source/platform/text/CharacterEmoji.cpp |
diff --git a/third_party/WebKit/Source/platform/text/CharacterEmoji.cpp b/third_party/WebKit/Source/platform/text/CharacterEmoji.cpp |
index 895ea030516e75efb76019030ee93349bc6df2ff..af051b46589bed421afd1da1e44623820c8f9136 100644 |
--- a/third_party/WebKit/Source/platform/text/CharacterEmoji.cpp |
+++ b/third_party/WebKit/Source/platform/text/CharacterEmoji.cpp |
@@ -189,7 +189,7 @@ static void applyPatternAndFreeze(icu::UnicodeSet* unicodeSet, |
// Use ICU's invariant-character initialization method. |
unicodeSet->applyPattern(icu::UnicodeString(pattern, -1, US_INV), err); |
unicodeSet->freeze(); |
- ASSERT(err == U_ZERO_ERROR); |
+ DCHECK_EQ(err, U_ZERO_ERROR); |
} |
bool Character::isEmoji(UChar32 ch) { |