Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index 6ee2246b298d5ed60227348cbba461fee52897a0..361e2d8f3bb7d72c3b8b6da9d9a9a2c080424e63 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -225,6 +225,10 @@ class Compiler : public AllStatic { |
}; |
+Handle<Code> MakeCodeForLiveEdit(Handle<Context> context, |
+ CompilationInfo* info); |
+ |
+ |
// 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. |