Revision: 21763
Author: [email protected]
Date: Wed Jun 11 09:12:35 2014 UTC
Log: Removed dead API entries.
[email protected]
Review URL: https://codereview.chromium.org/322293003
http://code.google.com/p/v8/source/detail?r=21763
Modified:
/branches/bleeding_edge/include/v8-debug.h
=======================================
--- /branches/bleeding_edge/include/v8-debug.h Mon Jun 2 06:22:09 2014 UTC
+++ /branches/bleeding_edge/include/v8-debug.h Wed Jun 11 09:12:35 2014 UTC
@@ -171,11 +171,6 @@
// EventDetails to EventCallback2 at the moment when the VM actually
// 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 @@
* 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
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.