Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index f01889d0a13856dfa7a35d445ded0f7158c855a3..8e220e6dc01572e5b193c8e333b0629376ba8381 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -276,6 +276,13 @@ class Compiler : public AllStatic { |
}; |
+#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. |