| Index: src/d8-debug.h
|
| diff --git a/src/d8-debug.h b/src/d8-debug.h
|
| index a6cea2a81bdb7a007fcac73ef16ffcb8084ff4eb..2386b6bd6c4690a9f8c37d7f1ac08977a6ef0db0 100644
|
| --- a/src/d8-debug.h
|
| +++ b/src/d8-debug.h
|
| @@ -36,10 +36,7 @@
|
| namespace v8 {
|
|
|
|
|
| -void HandleDebugEvent(DebugEvent event,
|
| - Handle<Object> exec_state,
|
| - Handle<Object> event_data,
|
| - Handle<Value> data);
|
| +void HandleDebugEvent(const Debug::EventDetails& event_details);
|
|
|
| // Start the remove debugger connecting to a V8 debugger agent on the specified
|
| // port.
|
|
|