| Index: src/compiler.h
|
| diff --git a/src/compiler.h b/src/compiler.h
|
| index 33c2788a12174d5a35cf7c6680a4440072065417..521bf2e60a971d8f66deb7304972fb9fda485bb9 100644
|
| --- a/src/compiler.h
|
| +++ b/src/compiler.h
|
| @@ -48,7 +48,7 @@ class Compiler : public AllStatic {
|
| static bool CompileOptimized(Handle<JSFunction> function, ConcurrencyMode);
|
| static bool CompileDebugCode(Handle<JSFunction> function);
|
| static bool CompileDebugCode(Handle<SharedFunctionInfo> shared);
|
| - static bool CompileForLiveEdit(Handle<Script> script);
|
| + static bool CompileForLiveEdit(Handle<Script> script, Handle<JSArray>* infos);
|
|
|
| // Generate and install code from previously queued compilation job.
|
| static void FinalizeCompilationJob(CompilationJob* job);
|
|
|