| Index: third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h b/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
| index be67360322601986a12c77535deecd83be10dc7b..f3220f1a571ff62b233966e67742317aa47740cd 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
| @@ -51,7 +51,7 @@ public:
|
| private:
|
| WorkerInspectorProxy();
|
|
|
| - void addDebuggerTaskForWorker(const WebTraceLocation&, PassOwnPtr<Closure>);
|
| + void addDebuggerTaskForWorker(const WebTraceLocation&, PassOwnPtr<CrossThreadClosure>);
|
|
|
| WorkerThread* m_workerThread;
|
| RawPtrWillBeMember<ExecutionContext> m_executionContext;
|
|
|