| Index: third_party/WebKit/Source/core/frame/csp/MediaListDirective.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/MediaListDirective.cpp b/third_party/WebKit/Source/core/frame/csp/MediaListDirective.cpp
|
| index 451523b2d6495f88981ba71b434729adfa79c2a8..bea797a019e9a73c4da5b7708b8b77ce199dba42 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/MediaListDirective.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/MediaListDirective.cpp
|
| @@ -79,7 +79,7 @@ void MediaListDirective::Parse(const UChar* begin, const UChar* end) {
|
| }
|
| plugin_types_.insert(String(begin, position - begin));
|
|
|
| - ASSERT(position == end || IsASCIISpace(*position));
|
| + DCHECK(position == end || IsASCIISpace(*position));
|
| }
|
| }
|
|
|
|
|