| Index: src/compiler-dispatcher/compiler-dispatcher-job.h
|
| diff --git a/src/compiler-dispatcher/compiler-dispatcher-job.h b/src/compiler-dispatcher/compiler-dispatcher-job.h
|
| index 1e26f1afe5842233f98b766b07cf6b8ec90b885e..aea484729e57f77b044f6e9bc74889948738f986 100644
|
| --- a/src/compiler-dispatcher/compiler-dispatcher-job.h
|
| +++ b/src/compiler-dispatcher/compiler-dispatcher-job.h
|
| @@ -50,6 +50,7 @@ class V8_EXPORT_PRIVATE CompilerDispatcherJob {
|
| size_t max_stack_size);
|
| // Creates a CompilerDispatcherJob in the analyzed state.
|
| CompilerDispatcherJob(Isolate* isolate, CompilerDispatcherTracer* tracer,
|
| + Handle<Script> script,
|
| Handle<SharedFunctionInfo> shared,
|
| FunctionLiteral* literal,
|
| std::shared_ptr<Zone> parse_zone,
|
|
|