Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 52c7145e2c79020ec70e7e58aa630fe4868e307f..44190c2adcedf4018e36ee3c08380b343a206f88 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -345,6 +345,7 @@ typedef List<HeapObject*, PreallocatedStorage> DebugObjectCache; |
/* A previously allocated buffer of kMinimalBufferSize bytes, or NULL. */ \ |
V(byte*, assembler_spare_buffer, NULL) \ |
V(FatalErrorCallback, exception_behavior, NULL) \ |
+ V(AllowCodeGenerationFromStringsCallback, allow_code_gen_callback, NULL) \ |
V(v8::Debug::MessageHandler, message_handler, NULL) \ |
/* To distinguish the function templates, so that we can find them in the */ \ |
/* function cache of the global context. */ \ |