Index: Source/modules/serviceworkers/ExtendableEvent.h |
diff --git a/Source/modules/serviceworkers/ExtendableEvent.h b/Source/modules/serviceworkers/ExtendableEvent.h |
index 585bc85111c35225324508c5775778f413fcca3e..63b0078578bd997b3349757380937ed6a58fe8ee 100644 |
--- a/Source/modules/serviceworkers/ExtendableEvent.h |
+++ b/Source/modules/serviceworkers/ExtendableEvent.h |
@@ -31,7 +31,7 @@ |
#ifndef ExtendableEvent_h |
#define ExtendableEvent_h |
-#include "bindings/core/v8/ScriptValue.h" |
+#include "bindings/core/v8/ScriptPromise.h" |
#include "modules/EventModules.h" |
#include "modules/ModulesExport.h" |
#include "modules/serviceworkers/ExtendableEventInit.h" |
@@ -49,7 +49,7 @@ public: |
~ExtendableEvent() override; |
- void waitUntil(ScriptState*, const ScriptValue&, ExceptionState&); |
+ void waitUntil(ScriptState*, ScriptPromise, ExceptionState&); |
const AtomicString& interfaceName() const override; |
DECLARE_VIRTUAL_TRACE(); |