| Index: src/debug/debug.h
|
| diff --git a/src/debug/debug.h b/src/debug/debug.h
|
| index 61cddaf6eeb3ab9118c53f32b3294c054be2645c..9a5060088fdfd94d8ab97b08d87f5b107e5e7b87 100644
|
| --- a/src/debug/debug.h
|
| +++ b/src/debug/debug.h
|
| @@ -283,7 +283,7 @@ class MessageImpl : public v8::Debug::Message {
|
| };
|
|
|
| // Details of the debug event delivered to the debug event listener.
|
| -class EventDetailsImpl : public v8::DebugInterface::EventDetails {
|
| +class EventDetailsImpl : public debug::EventDetails {
|
| public:
|
| EventDetailsImpl(DebugEvent event,
|
| Handle<JSObject> exec_state,
|
|
|