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