Index: third_party/WebKit/Source/wtf/text/TextCodec.cpp |
diff --git a/third_party/WebKit/Source/wtf/text/TextCodec.cpp b/third_party/WebKit/Source/wtf/text/TextCodec.cpp |
index d57d29811c1d8e10bae8d8561bb3ff7a04c7783b..884d7ed7951f06ef824bc1b881234af0e072ceec 100644 |
--- a/third_party/WebKit/Source/wtf/text/TextCodec.cpp |
+++ b/third_party/WebKit/Source/wtf/text/TextCodec.cpp |
@@ -55,7 +55,7 @@ int TextCodec::getUnencodableReplacement( |
codePoint); |
return static_cast<int>(strlen(replacement)); |
} |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
replacement[0] = 0; |
return 0; |
} |