| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp
|
| index 2bb5387e666c53b7eb81846cabcd0c090eba34f3..7bb0caf9c973550685f4a85e293a7cfec5ccbec3 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp
|
| @@ -144,10 +144,7 @@ ServiceWorker* ServiceWorker::getOrCreate(
|
| return existingWorker;
|
| }
|
|
|
| - ServiceWorker* newWorker =
|
| - new ServiceWorker(executionContext, std::move(handle));
|
| - newWorker->suspendIfNeeded();
|
| - return newWorker;
|
| + return new ServiceWorker(executionContext, std::move(handle));
|
| }
|
|
|
| ServiceWorker::ServiceWorker(ExecutionContext* executionContext,
|
|
|