| Index: src/debug/debug.h
|
| diff --git a/src/debug/debug.h b/src/debug/debug.h
|
| index e436738fb41573429d70b1533fa2cb03290ab6f2..4d591d053134560189e9f7fa4e16dc324771ed58 100644
|
| --- a/src/debug/debug.h
|
| +++ b/src/debug/debug.h
|
| @@ -11,6 +11,7 @@
|
| #include "src/base/atomicops.h"
|
| #include "src/base/hashmap.h"
|
| #include "src/base/platform/platform.h"
|
| +#include "src/debug/debug-interface.h"
|
| #include "src/execution.h"
|
| #include "src/factory.h"
|
| #include "src/flags.h"
|
| @@ -290,7 +291,7 @@ class MessageImpl: public v8::Debug::Message {
|
|
|
|
|
| // Details of the debug event delivered to the debug event listener.
|
| -class EventDetailsImpl : public v8::Debug::EventDetails {
|
| +class EventDetailsImpl : public v8::DebugInterface::EventDetails {
|
| public:
|
| EventDetailsImpl(DebugEvent event,
|
| Handle<JSObject> exec_state,
|
|
|