| Index: Source/modules/serviceworkers/FetchEvent.h
|
| diff --git a/Source/modules/serviceworkers/FetchEvent.h b/Source/modules/serviceworkers/FetchEvent.h
|
| index f81d01ddd897daf4253c88507dc1708fa0a8f08e..cefaffed118bc2de290e15821475e56c50ff8361 100644
|
| --- a/Source/modules/serviceworkers/FetchEvent.h
|
| +++ b/Source/modules/serviceworkers/FetchEvent.h
|
| @@ -32,7 +32,7 @@ public:
|
| Request* request() const;
|
| bool isReload() const;
|
|
|
| - void respondWith(ScriptState*, ScriptPromise&, ExceptionState&);
|
| + void respondWith(ScriptState*, ScriptPromise, ExceptionState&);
|
|
|
| const AtomicString& interfaceName() const override;
|
|
|
|
|