Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 2e2389016bbe700b1149b6de4687f53134ddd0ec..52e44ccbf29d11336bc70dd0fd2accff70ca9319 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -15,6 +15,7 @@ |
#include "src/extensions/ignition-statistics-extension.h" |
#include "src/extensions/statistics-extension.h" |
#include "src/extensions/trigger-failure-extension.h" |
+#include "src/ffi/ffi-compiler.h" |
#include "src/heap/heap.h" |
#include "src/isolate-inl.h" |
#include "src/snapshot/natives.h" |
@@ -4196,6 +4197,8 @@ bool Genesis::InstallSpecialObjects(Handle<Context> native_context) { |
WasmJs::Install(isolate); |
} |
+ InstallFFIMap(isolate); |
+ |
return true; |
} |