| 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 0770e90d4a69868d133d87cca39a54082e25a021..d10cff0338ca569c779372c294d210e1ee027fbc 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| @@ -295,7 +295,8 @@ void WorkerGlobalScope::addMessageToWorkerConsole(ConsoleMessage* consoleMessage
|
| consoleMessage->location()->columnNumber(),
|
| consoleMessage->location()->cloneStackTrace(),
|
| consoleMessage->location()->scriptId(),
|
| - IdentifiersFactory::requestId(consoleMessage->requestIdentifier()));
|
| + IdentifiersFactory::requestId(consoleMessage->requestIdentifier()),
|
| + consoleMessage->workerId());
|
| }
|
|
|
| bool WorkerGlobalScope::isContextThread() const
|
|
|