Index: src/bootstrapper.h |
diff --git a/src/bootstrapper.h b/src/bootstrapper.h |
index 2efb20b59f33d911a4a671a64f68f43e35fbca28..e478681431e846fa4e1773bee80b51d789c9e806 100644 |
--- a/src/bootstrapper.h |
+++ b/src/bootstrapper.h |
@@ -121,6 +121,7 @@ class Bootstrapper final { |
static void ImportNatives(Isolate* isolate, Handle<JSObject> container); |
static void ImportExperimentalNatives(Isolate* isolate, |
Handle<JSObject> container); |
+ static bool InstallJSBuiltins(Isolate* isolate, Handle<JSObject> container); |
private: |
Isolate* isolate_; |