| Index: third_party/WebKit/Source/modules/serviceworkers/ForeignFetchRespondWithObserver.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchRespondWithObserver.cpp b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchRespondWithObserver.cpp
|
| index feb359ebaabca32942331c8e4c6dd140db99b94f..3c4a4deb7d37e38a6d28a5991f7407b57caf372c 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchRespondWithObserver.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchRespondWithObserver.cpp
|
| @@ -28,7 +28,7 @@ ForeignFetchRespondWithObserver* ForeignFetchRespondWithObserver::Create(
|
|
|
| void ForeignFetchRespondWithObserver::OnResponseFulfilled(
|
| const ScriptValue& value) {
|
| - ASSERT(GetExecutionContext());
|
| + DCHECK(GetExecutionContext());
|
| ExceptionState exception_state(value.GetIsolate(),
|
| ExceptionState::kUnknownContext,
|
| "ForeignFetchEvent", "respondWith");
|
|
|