Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 0bea2544fa1b3dcf49c93ebbbbb16e06c6f03e44..201744bbe4ce557fc6ba3fc928f5e82dc2352509 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -398,6 +398,7 @@ typedef List<HeapObject*> DebugObjectCache; |
#define ISOLATE_INIT_LIST(V) \ |
/* Assembler state. */ \ |
V(FatalErrorCallback, exception_behavior, nullptr) \ |
+ V(OOMErrorCallback, oom_behavior, nullptr) \ |
V(LogEventCallback, event_logger, nullptr) \ |
V(AllowCodeGenerationFromStringsCallback, allow_code_gen_callback, nullptr) \ |
V(ExternalReferenceRedirectorPointer*, external_reference_redirector, \ |