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