Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: include/v8-inspector.h

Issue 2451893005: [DONT COMMIT] Inspector: Change V8InspectorClient to support Worklets [2] (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/inspector/v8-debugger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8-inspector.h
diff --git a/include/v8-inspector.h b/include/v8-inspector.h
index 0855ac101b74ef11bf7dccbf13ce02e92e4498d0..f8ce674ce995cee969a7b8dbc81bb22b75636c29 100644
--- a/include/v8-inspector.h
+++ b/include/v8-inspector.h
@@ -163,7 +163,7 @@ class V8_EXPORT V8InspectorClient {
virtual ~V8InspectorClient() {}
virtual void runMessageLoopOnPause(int contextGroupId) {}
- virtual void quitMessageLoopOnPause() {}
+ virtual void quitMessageLoopOnPause(int contextGroupId) {}
dgozman 2016/11/02 17:13:47 V8Inspector guarantees that quitMessageLoopOnPause
nhiroki 2016/11/04 11:30:30 Thank you for the clarification. I'll address this
virtual void runIfWaitingForDebugger(int contextGroupId) {}
virtual void muteMetrics(int contextGroupId) {}
« no previous file with comments | « no previous file | src/inspector/v8-debugger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698