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

Unified Diff: src/factory.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/debug/interface-types.h ('k') | src/inspector/v8-debugger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/factory.cc
diff --git a/src/factory.cc b/src/factory.cc
index 710436125152038e6f900fb2328b271a286516b5..0e34a72754a49f5aabbe915cb20aa296feae3565 100644
--- a/src/factory.cc
+++ b/src/factory.cc
@@ -1026,7 +1026,6 @@ Handle<PromiseReactionJobInfo> Factory::NewPromiseReactionJobInfo(
result->set_deferred_on_resolve(*deferred_on_resolve);
result->set_deferred_on_reject(*deferred_on_reject);
result->set_debug_id(kDebugPromiseFirstID);
- result->set_debug_name(kDebugNotActive);
result->set_context(*context);
return result;
}
« no previous file with comments | « src/debug/interface-types.h ('k') | src/inspector/v8-debugger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698