Chromium Code Reviews| Index: src/compiler.h |
| =================================================================== |
| --- src/compiler.h (revision 3964) |
| +++ src/compiler.h (working copy) |
| @@ -277,6 +277,13 @@ |
| }; |
| +#ifdef ENABLE_DEBUGGER_SUPPORT |
| + |
| +Handle<Code> MakeCodeForLiveEdit(CompilationInfo* info); |
| + |
| +#endif |
| + |
| + |
| // During compilation we need a global list of handles to constants |
| // for frame elements. When the zone gets deleted, we make sure to |
| // clear this list of handles as well. |