Index: third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp |
diff --git a/third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp b/third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp |
index 65401f06b1c01075bc1b60b188d6a0593e0c4d6e..4fc8a9d5857946f36a8afa3f3ba51b291acc2051 100644 |
--- a/third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp |
+++ b/third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp |
@@ -155,7 +155,7 @@ static int writeToStringBuilder(void* context, const char* buffer, int len) |
const char* stringCurrent = buffer; |
WTF::Unicode::ConversionResult result = WTF::Unicode::convertUTF8ToUTF16(&stringCurrent, buffer + len, &bufferUChar, bufferUCharEnd); |
if (result != WTF::Unicode::conversionOK && result != WTF::Unicode::sourceExhausted) { |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
return -1; |
} |