| Index: src/compiler/pipeline.h
|
| diff --git a/src/compiler/pipeline.h b/src/compiler/pipeline.h
|
| index 464014518f4100b8c40ff25d02b2ff84483388be..3971c3191492c277c9a2c084a87ab50d44b0c269 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(
|
|
|