| Index: third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
|
| diff --git a/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp b/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
|
| index edc6154f60d57c525024cfdd106f8f3390fa90cd..d022667098d7ea6fb89a7e1c1b761b66cf1c9539 100644
|
| --- a/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
|
| +++ b/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
|
| @@ -309,7 +309,7 @@ ScriptPromise CacheStorage::match(ScriptState* script_state,
|
| const RequestInfo& request,
|
| const CacheQueryOptions& options,
|
| ExceptionState& exception_state) {
|
| - ASSERT(!request.isNull());
|
| + DCHECK(!request.isNull());
|
| if (!CommonChecks(script_state, exception_state))
|
| return ScriptPromise();
|
|
|
|
|