| Index: src/debug.cc
|
| diff --git a/src/debug.cc b/src/debug.cc
|
| index 41c608a02120badb8a9a89732f8cf7c6976280fd..e64806999bdb511d0c9ed32473598e7193e33bc3 100644
|
| --- a/src/debug.cc
|
| +++ b/src/debug.cc
|
| @@ -3333,7 +3333,7 @@ bool Debugger::StartAgent(const char* name, int port,
|
| // Once become suspended, V8 will stay so indefinitely long, until remote
|
| // debugger connects and issues "continue" command.
|
| Debugger::message_handler_ = StubMessageHandler2;
|
| - v8::Debug::DebugBreak();
|
| + v8::Debug::DebugBreak(reinterpret_cast<v8::Isolate*>(isolate_));
|
| }
|
|
|
| if (agent_ == NULL) {
|
|
|