| Index: third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp b/third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp
|
| index 1a88636812e3f5855d62ee59901866a251e91503..c96242acfe54b7562a7c9a71a961c64eb5520a2d 100644
|
| --- a/third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp
|
| @@ -90,7 +90,7 @@ HashAlgorithm SubresourceIntegrity::GetPrioritizedHashFunction(
|
| length = WTF_ARRAY_LENGTH(kWeakerThanSha512);
|
| break;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| };
|
|
|
| for (size_t i = 0; i < length; i++) {
|
|
|