| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| index 0befce62edee5028830f3133d0aa263267f7ebbc..b711451c85c628262e503931b9503f79adbdf367 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| @@ -159,7 +159,8 @@ WorkerLocation* WorkerGlobalScope::location() const
|
|
|
| void WorkerGlobalScope::close()
|
| {
|
| - // Let current script run to completion, but tell the worker micro task runner to tear down the thread after this task.
|
| + // Let current script run to completion, but tell the worker micro task
|
| + // runner to tear down the thread after this task.
|
| m_closing = true;
|
| }
|
|
|
|
|