| Index: third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
|
| index 272dd172925c85129031c4624055bef85f296392..15c4761398dfd996f85385ff139212bbd6e84611 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
|
| @@ -962,7 +962,7 @@ void CSPDirectiveList::Parse(const UChar* begin, const UChar* end) {
|
| AddDirective(name, value);
|
| }
|
|
|
| - ASSERT(position == end || *position == ';');
|
| + DCHECK(position == end || *position == ';');
|
| skipExactly<UChar>(position, end, ';');
|
| }
|
| }
|
|
|