| 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 94b2d784a8aa8dab2ae3b9a2a0f2e5cbba6629aa..297eb67c28f346ab567f77206b508627facfe5b7 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,
|
|
|