| Index: Source/modules/serviceworkers/RespondWithObserver.cpp
|
| diff --git a/Source/modules/serviceworkers/RespondWithObserver.cpp b/Source/modules/serviceworkers/RespondWithObserver.cpp
|
| index fba24695e95435c72cbb755a21c4ac09825137f9..a58ffe7345607df10129e607c05c2c137309a5c2 100644
|
| --- a/Source/modules/serviceworkers/RespondWithObserver.cpp
|
| +++ b/Source/modules/serviceworkers/RespondWithObserver.cpp
|
| @@ -88,7 +88,7 @@ void RespondWithObserver::respondWith(ScriptState* scriptState, const ScriptValu
|
| ThenFunction::create(this, ThenFunction::Rejected));
|
| }
|
|
|
| -void RespondWithObserver::sendResponse(PassRefPtr<Response> response)
|
| +void RespondWithObserver::sendResponse(PassRefPtrWillBeRawPtr<Response> response)
|
| {
|
| if (!executionContext())
|
| return;
|
|
|