| Index: src/debug.cc
|
| diff --git a/src/debug.cc b/src/debug.cc
|
| index 7624f26d7ad9490b58fceef330095b8b15f0ca11..3f2739eca040d50a6a70a140db92ba1180e6e94a 100644
|
| --- a/src/debug.cc
|
| +++ b/src/debug.cc
|
| @@ -3624,6 +3624,11 @@ v8::Handle<v8::Object> MessageImpl::GetExecutionState() const {
|
| }
|
|
|
|
|
| +v8::Isolate* MessageImpl::GetIsolate() const {
|
| + return reinterpret_cast<v8::Isolate*>(exec_state_->GetIsolate());
|
| +}
|
| +
|
| +
|
| v8::Handle<v8::Object> MessageImpl::GetEventData() const {
|
| return v8::Utils::ToLocal(event_data_);
|
| }
|
|
|