| Index: third_party/WebKit/Source/core/workers/WorkerThread.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThread.h b/third_party/WebKit/Source/core/workers/WorkerThread.h
|
| index f7eb658dd097033bbab2ce0e2858fb33be028a0c..36d83f12e4c795956a6e291da5ba37f8c0ec741a 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThread.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThread.h
|
| @@ -157,8 +157,6 @@ private:
|
| Graceful,
|
| };
|
|
|
| - std::unique_ptr<CrossThreadClosure> createWorkerThreadTask(std::unique_ptr<ExecutionContextTask>, bool isInstrumented);
|
| -
|
| void terminateInternal(TerminationMode);
|
| void forciblyTerminateExecution();
|
|
|
|
|