Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index 809e723e5c83f82b4e4f285262612fdeaa769608..01d7d3b6b81a1d7b531f249dc71d7624c5e0dfd5 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -128,6 +128,7 @@ class V8_EXPORT_PRIVATE CodeFactory final { |
static Callable SubString(Isolate* isolate); |
static Callable Typeof(Isolate* isolate); |
+ static Callable GetSuperConstructor(Isolate* isolate); |
static Callable FastCloneRegExp(Isolate* isolate); |
static Callable FastCloneShallowArray(Isolate* isolate); |