Removed dead API entries.
R=ulan@chromium.org Review URL: https://codereview.chromium.org/322293003 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21763 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
2931f09144
commit
f67f8fc4c5
@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user