Chromium Code Reviews| Index: src/compiler.h |
| diff --git a/src/compiler.h b/src/compiler.h |
| index 47eaeea3bcbe9231ae1cee1ae97a9085dc5034d8..206cede067a79bf16f61114e67406e915f804286 100644 |
| --- a/src/compiler.h |
| +++ b/src/compiler.h |
| @@ -316,6 +316,10 @@ class Compiler : public AllStatic { |
| bool is_toplevel, |
| Handle<Script> script); |
| + // Compile the code for the given CompilationInfo. |
| + static bool MakeCode(CompilationInfo* info); |
| + |
| + |
| #ifdef ENABLE_DEBUGGER_SUPPORT |
| static bool MakeCodeForLiveEdit(CompilationInfo* info); |
| #endif |