| Index: src/compiler.h
|
| diff --git a/src/compiler.h b/src/compiler.h
|
| index f09a86ddb70ec342ae004ca91908dfd4648b7379..8ceb61db9ce3e6e05324f715097858e20ffc8767 100644
|
| --- a/src/compiler.h
|
| +++ b/src/compiler.h
|
| @@ -625,11 +625,7 @@ class Compiler : public AllStatic {
|
| bool is_toplevel,
|
| Handle<Script> script);
|
|
|
| - static bool InstallOptimizedCode(OptimizingCompiler* info);
|
| -
|
| - static Handle<Code> CompileForOnStackReplacement(Handle<JSFunction> function);
|
| -
|
| - static Handle<Code> CompileForConcurrentOSR(Handle<JSFunction> function);
|
| + static Handle<Code> InstallOptimizedCode(OptimizingCompiler* info);
|
|
|
| #ifdef ENABLE_DEBUGGER_SUPPORT
|
| static bool MakeCodeForLiveEdit(CompilationInfo* info);
|
|
|