Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index c783b72f411ceb71b83cd0317362a378d2ed0985..ec52183cdf9c6ce009782ca847edafc218da96da 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -394,6 +394,8 @@ typedef List<HeapObject*> DebugObjectCache; |
V(OOMErrorCallback, oom_behavior, nullptr) \ |
V(LogEventCallback, event_logger, nullptr) \ |
V(AllowCodeGenerationFromStringsCallback, allow_code_gen_callback, nullptr) \ |
+ V(AllowWasmCompileCallback, allow_wasm_compile_callback, nullptr) \ |
+ V(AllowWasmInstantiateCallback, allow_wasm_instantiate_callback, nullptr) \ |
V(ExternalReferenceRedirectorPointer*, external_reference_redirector, \ |
nullptr) \ |
/* State for Relocatable. */ \ |