| Index: src/compiler/pipeline.h
|
| diff --git a/src/compiler/pipeline.h b/src/compiler/pipeline.h
|
| index da4a2150296c49c318951aac25ade7dcaeeeec3d..4721e51587adc6fb6d6a755f5845b13ced049bd3 100644
|
| --- a/src/compiler/pipeline.h
|
| +++ b/src/compiler/pipeline.h
|
| @@ -72,8 +72,8 @@ class Pipeline {
|
| Graph* graph,
|
| Schedule* schedule = nullptr);
|
|
|
| - // Returns a new compilation job for the given compilation info.
|
| - static CompilationJob* NewCompilationJob(CompilationInfo* info);
|
| + // Returns a new compilation job for the given function.
|
| + static CompilationJob* NewCompilationJob(Handle<JSFunction> function);
|
|
|
| // Returns a new compilation job for the WebAssembly compilation info.
|
| static CompilationJob* NewWasmCompilationJob(
|
|
|