| Index: Source/modules/serviceworkers/ExtendableEvent.cpp
|
| diff --git a/Source/modules/serviceworkers/ExtendableEvent.cpp b/Source/modules/serviceworkers/ExtendableEvent.cpp
|
| index cdf6c06e53cb4455f359433bf38efd076eeda17d..d398fc5753fd11592c407e38444925f32d96d54a 100644
|
| --- a/Source/modules/serviceworkers/ExtendableEvent.cpp
|
| +++ b/Source/modules/serviceworkers/ExtendableEvent.cpp
|
| @@ -55,10 +55,10 @@ ExtendableEvent::~ExtendableEvent()
|
| {
|
| }
|
|
|
| -void ExtendableEvent::waitUntil(ScriptState* scriptState, const ScriptValue& value, ExceptionState& exceptionState)
|
| +void ExtendableEvent::waitUntil(ScriptState* scriptState, ScriptPromise scriptPromise, ExceptionState& exceptionState)
|
| {
|
| if (m_observer)
|
| - m_observer->waitUntil(scriptState, value, exceptionState);
|
| + m_observer->waitUntil(scriptState, scriptPromise, exceptionState);
|
| }
|
|
|
| ExtendableEvent::ExtendableEvent()
|
|
|