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

Unified Diff: src/debug/interface-types.h

Issue 2655253004: [inspector] introduced stepIntoAsync for chained callbacks (Closed)
Patch Set: addressed Yang's comment Created 3 years, 11 months 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
Index: src/debug/interface-types.h
diff --git a/src/debug/interface-types.h b/src/debug/interface-types.h
index ba6111d6fc20a2964a1a2aae2780dbc94c788c8b..111ca02be0528e3ff8efc2fb4e9e4fdae84eaf2c 100644
--- a/src/debug/interface-types.h
+++ b/src/debug/interface-types.h
@@ -60,7 +60,6 @@ struct WasmDisassembly {
};
enum PromiseDebugActionType {
- kDebugPromiseCreated,
kDebugEnqueueAsyncFunction,
kDebugEnqueuePromiseResolve,
kDebugEnqueuePromiseReject,

Powered by Google App Engine
This is Rietveld 408576698