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

Unified Diff: src/objects-printer.cc

Issue 2628173005: [inspector] merged type and name of async task event (Closed)
Patch Set: addressed comments 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
« no previous file with comments | « src/objects-inl.h ('k') | src/runtime/runtime-debug.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects-printer.cc
diff --git a/src/objects-printer.cc b/src/objects-printer.cc
index 43fb1f3b43f8b0dffc3a7fce6d95739457a2ea3a..e009c9b0f7ff14932a2466b9fcc6940cfb93a7e1 100644
--- a/src/objects-printer.cc
+++ b/src/objects-printer.cc
@@ -1235,7 +1235,6 @@ void PromiseResolveThenableJobInfo::PromiseResolveThenableJobInfoPrint(
os << "\n - resolve: " << Brief(resolve());
os << "\n - reject: " << Brief(reject());
os << "\n - debug id: " << debug_id();
- os << "\n - debug name: " << debug_name();
os << "\n - context: " << Brief(context());
os << "\n";
}
@@ -1249,7 +1248,6 @@ void PromiseReactionJobInfo::PromiseReactionJobInfoPrint(
os << "\n - deferred_on_resolve: " << Brief(deferred_on_resolve());
os << "\n - deferred_on_reject: " << Brief(deferred_on_reject());
os << "\n - debug id: " << debug_id();
- os << "\n - debug name: " << debug_name();
os << "\n - reaction context: " << Brief(context());
os << "\n";
}
« no previous file with comments | « src/objects-inl.h ('k') | src/runtime/runtime-debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698