| Index: src/bootstrapper.cc
 | 
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
 | 
| index 142d28ec0f191c53be61ed1e23d1fdfe46d968f7..a5c238a98c7f5b874af0bb8b54157708c99837cf 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);
 | 
| +
 | 
|    // Expose the debug global object in global if a name for it is specified.
 | 
|    if (FLAG_expose_debug_as != NULL && strlen(FLAG_expose_debug_as) != 0) {
 | 
|      // If loading fails we just bail out without installing the
 | 
| 
 |