Index: src/bootstrapper.h |
diff --git a/src/bootstrapper.h b/src/bootstrapper.h |
index 4a6503eae6f27013f40a4da3b4a695130476ff85..610610ba2bef61124bb6ce383108e7d9100418d6 100644 |
--- a/src/bootstrapper.h |
+++ b/src/bootstrapper.h |
@@ -123,6 +123,8 @@ class Bootstrapper final { |
static void ImportExperimentalNatives(Isolate* isolate, |
Handle<JSObject> container); |
static bool InstallJSBuiltins(Isolate* isolate, Handle<JSObject> container); |
+ static void ExportPrivateSymbols(Isolate* isolate, |
+ Handle<JSObject> container); |
private: |
Isolate* isolate_; |