| Index: third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| index 8fe15e71c5e653b5d06cf5bf93180951b28fdc4b..399514c495d73f0549d76331e85dcacc51b585c1 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| @@ -145,7 +145,7 @@ static UseCounter::Feature GetUseCounterType(
|
| case kContentSecurityPolicyHeaderTypeReport:
|
| return UseCounter::kContentSecurityPolicyReportOnly;
|
| }
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return UseCounter::kNumberOfFeatures;
|
| }
|
|
|
| @@ -866,7 +866,7 @@ bool ContentSecurityPolicy::AllowRequest(
|
| case WebURLRequest::kRequestContextUnspecified:
|
| return true;
|
| }
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return true;
|
| }
|
|
|
|
|