| Index: third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp
|
| index e4839a1731bb49b70e45b0f1455abd4b360ef70e..f57dfb8c25efb7ec9cd0967946f684695fca4b9d 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp
|
| @@ -12,6 +12,7 @@
|
| #include "core/dom/ExecutionContext.h"
|
| #include "modules/serviceworkers/ServiceWorkerGlobalScope.h"
|
| #include "platform/LayoutTestSupport.h"
|
| +#include "public/platform/Platform.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerEventResult.h"
|
| #include "wtf/Assertions.h"
|
| #include <v8.h>
|
| @@ -137,6 +138,7 @@ WaitUntilObserver::WaitUntilObserver(ExecutionContext* context,
|
| m_type(type),
|
| m_eventID(eventID),
|
| m_consumeWindowInteractionTimer(
|
| + Platform::current()->currentThread()->getWebTaskRunner(),
|
| this,
|
| &WaitUntilObserver::consumeWindowInteraction) {}
|
|
|
|
|