Chromium Code Reviews

Unified Diff: src/inspector/v8-debugger.h

Issue 2738503006: [inspector] don't make v8::debug::Call for breakProgram. (Closed)
Patch Set: fixed tests Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/inspector/v8-debugger.h
diff --git a/src/inspector/v8-debugger.h b/src/inspector/v8-debugger.h
index 693298ad586110aebeab98f5fb42a105a4a8fb1c..2bdacb12df3997ee34b357ca2f3f8b618109ebe4 100644
--- a/src/inspector/v8-debugger.h
+++ b/src/inspector/v8-debugger.h
@@ -105,7 +105,6 @@ class V8Debugger : public v8::debug::DebugDelegate {
static void v8OOMCallback(void* data);
- static void breakProgramCallback(const v8::FunctionCallbackInfo<v8::Value>&);
void handleProgramBreak(v8::Local<v8::Context> pausedContext,
v8::Local<v8::Object> executionState,
v8::Local<v8::Value> exception,

Powered by Google App Engine