| Index: third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| index 07fabd3c5ee1fd8222a297b6fd01fb75322c5c17..31ce3fd19f972f772090d43646b58e4157e31cc8 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| @@ -43,8 +43,6 @@ void InProcessWorkerBase::postMessage(ExecutionContext* context,
|
| bool InProcessWorkerBase::initialize(ExecutionContext* context,
|
| const String& url,
|
| ExceptionState& exceptionState) {
|
| - suspendIfNeeded();
|
| -
|
| // TODO(mkwst): Revisit the context as
|
| // https://drafts.css-houdini.org/worklets/ evolves.
|
| KURL scriptURL =
|
|
|