Revision f230a1cf deps/v8/include/v8-debug.h

View differences:

deps/v8/include/v8-debug.h
212 212

  
213 213
  // If no isolate is provided the default isolate is
214 214
  // used.
215
  // TODO(dcarney): remove
215 216
  static void SendCommand(const uint16_t* command, int length,
216 217
                          ClientData* client_data = NULL,
217 218
                          Isolate* isolate = NULL);
219
  static void SendCommand(Isolate* isolate,
220
                          const uint16_t* command, int length,
221
                          ClientData* client_data = NULL);
218 222

  
219 223
  // Dispatch interface.
220 224
  static void SetHostDispatchHandler(HostDispatchHandler handler,

Also available in: Unified diff