Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 0f62d1b8287cf47c774ed8d05dccd1d957ea2620..49df731f18cde8d3657c73def9c53584b96d92e2 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -256,6 +256,11 @@ class Factory final { |
Handle<Context> previous, |
Handle<JSReceiver> extension); |
+ Handle<Context> NewDebugEvaluateContext(Handle<Context> previous, |
+ Handle<JSReceiver> extension, |
+ Handle<Context> wrapped, |
+ Handle<StringSet> whitelist); |
+ |
// Create a block context. |
Handle<Context> NewBlockContext(Handle<JSFunction> function, |
Handle<Context> previous, |