Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index ec52183cdf9c6ce009782ca847edafc218da96da..c783b72f411ceb71b83cd0317362a378d2ed0985 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -394,8 +394,6 @@ |
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. */ \ |