Index: third_party/WebKit/Source/platform/Crypto.cpp |
diff --git a/third_party/WebKit/Source/platform/Crypto.cpp b/third_party/WebKit/Source/platform/Crypto.cpp |
index 98bb411746a95ac6f4269dac4e37f8f7ff066fc1..1a489243bc7fd200433cabca2c00b04dfe20da98 100644 |
--- a/third_party/WebKit/Source/platform/Crypto.cpp |
+++ b/third_party/WebKit/Source/platform/Crypto.cpp |
@@ -23,7 +23,7 @@ static WebCryptoAlgorithmId ToWebCryptoAlgorithmId(HashAlgorithm algorithm) { |
return kWebCryptoAlgorithmIdSha512; |
}; |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
return kWebCryptoAlgorithmIdSha256; |
} |