Reviewers: ulan,

Description:
Removed dead API entries.

Please review this at https://codereview.chromium.org/322293003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+0, -10 lines):
  M include/v8-debug.h


Index: include/v8-debug.h
diff --git a/include/v8-debug.h b/include/v8-debug.h
index 3c738d1a1c814f0f7f186a9460b6ae080ade5986..75f9c7683e598145540e2c0e30d28a8d2faa3bc6 100644
--- a/include/v8-debug.h
+++ b/include/v8-debug.h
@@ -172,11 +172,6 @@ class V8_EXPORT Debug {
   // stops.
   static void DebugBreakForCommand(Isolate* isolate, ClientData* data);

-  // TODO(svenpanne) Remove this when Chrome is updated.
-  static void DebugBreakForCommand(ClientData* data, Isolate* isolate) {
-    DebugBreakForCommand(isolate, data);
-  }
-
   // Message based interface. The message protocol is JSON.
   static void SetMessageHandler(MessageHandler handler);

@@ -258,11 +253,6 @@ class V8_EXPORT Debug {
    * unexpectedly used. LiveEdit is enabled by default.
    */
   static void SetLiveEditEnabled(Isolate* isolate, bool enable);
-
-  // TODO(svenpanne) Remove this when Chrome is updated.
-  static void SetLiveEditEnabled(bool enable, Isolate* isolate) {
-    SetLiveEditEnabled(isolate, enable);
-  }
 };




--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to