aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/debug.h')
-rw-r--r--deps/v8/src/debug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/v8/src/debug.h b/deps/v8/src/debug.h
index 3a9f82388c..9a9a3ba923 100644
--- a/deps/v8/src/debug.h
+++ b/deps/v8/src/debug.h
@@ -440,8 +440,6 @@ class Debug {
void SetMessageHandler(v8::Debug::MessageHandler handler);
void EnqueueCommandMessage(Vector<const uint16_t> command,
v8::Debug::ClientData* client_data = NULL);
- // Enqueue a debugger command to the command queue for event listeners.
- void EnqueueDebugCommand(v8::Debug::ClientData* client_data = NULL);
MUST_USE_RESULT MaybeHandle<Object> Call(Handle<JSFunction> fun,
Handle<Object> data);
Handle<Context> GetDebugContext();
@@ -669,7 +667,6 @@ class Debug {
static const int kQueueInitialSize = 4;
base::Semaphore command_received_; // Signaled for each command received.
LockingCommandMessageQueue command_queue_;
- LockingCommandMessageQueue event_command_queue_;
bool is_active_;
bool is_suppressed_;