| Index: src/debug/debug-interface.h
|
| diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h
|
| index 443e07497db2d16a0bec9a114ad8d80aa106be6c..fec7663ea6b91319210055e3dcb612fbb8b7a987 100644
|
| --- a/src/debug/debug-interface.h
|
| +++ b/src/debug/debug-interface.h
|
| @@ -207,6 +207,8 @@ enum Builtin {
|
|
|
| Local<Function> GetBuiltin(Isolate* isolate, Builtin builtin);
|
|
|
| +void SetConsoleDelegate(Isolate* isolate, ConsoleDelegate* delegate);
|
| +
|
| /**
|
| * Native wrapper around v8::internal::JSGeneratorObject object.
|
| */
|
|
|