Index: Source/modules/serviceworkers/FetchEvent.h |
diff --git a/Source/modules/serviceworkers/FetchEvent.h b/Source/modules/serviceworkers/FetchEvent.h |
index 4fda486fb2a2021a2292a1f1e9919db3aa4616af..f81d01ddd897daf4253c88507dc1708fa0a8f08e 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*, const ScriptValue&, ExceptionState&); |
+ void respondWith(ScriptState*, ScriptPromise&, ExceptionState&); |
const AtomicString& interfaceName() const override; |