Index: src/bootstrapper.h |
diff --git a/src/bootstrapper.h b/src/bootstrapper.h |
index e478681431e846fa4e1773bee80b51d789c9e806..4a6503eae6f27013f40a4da3b4a695130476ff85 100644 |
--- a/src/bootstrapper.h |
+++ b/src/bootstrapper.h |
@@ -115,6 +115,7 @@ class Bootstrapper final { |
static bool CompileBuiltin(Isolate* isolate, int index); |
static bool CompileExperimentalBuiltin(Isolate* isolate, int index); |
static bool CompileExtraBuiltin(Isolate* isolate, int index); |
+ static bool CompileExperimentalExtraBuiltin(Isolate* isolate, int index); |
static bool CompileCodeStubBuiltin(Isolate* isolate, int index); |
static bool InstallCodeStubNatives(Isolate* isolate); |