| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| index 1117ef4c8c7d0f3b5b1735b5c91d3c06861d4734..5a9ad03409a576a3217af39644ec267a8129a708 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| @@ -92,7 +92,7 @@ public:
|
|
|
| WorkerThread* thread() const { return m_thread; }
|
|
|
| - void postTask(const WebTraceLocation&, std::unique_ptr<ExecutionContextTask>) final; // Executes the task on context's thread asynchronously.
|
| + void postTask(const WebTraceLocation&, std::unique_ptr<ExecutionContextTask>, const String& taskNameForInstrumentation) final; // Executes the task on context's thread asynchronously.
|
|
|
| // WorkerGlobalScope
|
| WorkerGlobalScope* self() { return this; }
|
|
|