| 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 c96242acfe54b7562a7c9a71a961c64eb5520a2d..78cc9be4f32536309fcc43f18afdd00d5adc5441 100644
|
| --- a/third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp
|
| @@ -381,7 +381,7 @@ SubresourceIntegrity::ParseIntegrityAttribute(
|
| continue;
|
| }
|
|
|
| - ASSERT(parse_result == kAlgorithmValid);
|
| + DCHECK_EQ(parse_result, kAlgorithmValid);
|
|
|
| if (!ParseDigest(position, current_integrity_end, digest)) {
|
| error = true;
|
|
|