| Index: Source/modules/serviceworkers/RespondWithObserver.h
|
| diff --git a/Source/modules/serviceworkers/RespondWithObserver.h b/Source/modules/serviceworkers/RespondWithObserver.h
|
| index 0e12cd3a65292f4c1696daaab6fe3309604b225b..7f1f795173c9f7adaa0245627b4858ccb10b299d 100644
|
| --- a/Source/modules/serviceworkers/RespondWithObserver.h
|
| +++ b/Source/modules/serviceworkers/RespondWithObserver.h
|
| @@ -32,7 +32,7 @@ public:
|
|
|
| // Observes the promise and delays calling didHandleFetchEvent() until the
|
| // given promise is resolved or rejected.
|
| - void respondWith(ScriptState*, ScriptPromise&, ExceptionState&);
|
| + void respondWith(ScriptState*, ScriptPromise, ExceptionState&);
|
|
|
| void responseWasRejected(WebServiceWorkerResponseError);
|
| void responseWasFulfilled(const ScriptValue&);
|
|
|