| Index: test/inspector/task-runner.h
|
| diff --git a/test/inspector/task-runner.h b/test/inspector/task-runner.h
|
| index c4adf7e4f159e5dd13700a00459bfe77bf525bae..ff86838b4b635d5afbbe598a324107600f6481a7 100644
|
| --- a/test/inspector/task-runner.h
|
| +++ b/test/inspector/task-runner.h
|
| @@ -45,8 +45,7 @@
|
| using SetupGlobalTasks = std::vector<std::unique_ptr<SetupGlobalTask>>;
|
|
|
| TaskRunner(SetupGlobalTasks setup_global_tasks, bool catch_exceptions,
|
| - v8::base::Semaphore* ready_semaphore,
|
| - v8::StartupData* startup_data);
|
| + v8::base::Semaphore* ready_semaphore);
|
| virtual ~TaskRunner();
|
|
|
| // Thread implementation.
|
| @@ -79,7 +78,6 @@
|
| Task* GetNext(bool only_protocol);
|
|
|
| SetupGlobalTasks setup_global_tasks_;
|
| - v8::StartupData* startup_data_;
|
| bool catch_exceptions_;
|
| v8::base::Semaphore* ready_semaphore_;
|
|
|
|
|