Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 3f56f3e18de8918e299e1bcc55b47f6405f7f051..5c695dd4c90abfb617941b25ebf8d776e2927564 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -272,9 +272,11 @@ class Factory final { |
// Create a 'with' context. |
Handle<Context> NewWithContext(Handle<JSFunction> function, |
Handle<Context> previous, |
+ Handle<ScopeInfo> scope_info, |
Handle<JSReceiver> extension); |
Handle<Context> NewDebugEvaluateContext(Handle<Context> previous, |
+ Handle<ScopeInfo> scope_info, |
Handle<JSReceiver> extension, |
Handle<Context> wrapped, |
Handle<StringSet> whitelist); |