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

Unified Diff: src/code-stub-assembler.cc

Issue 2623313005: [inspector] introduced debug::SetAsyncTaskListener (Closed)
Patch Set: fixed compilation 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/code-stub-assembler.cc
diff --git a/src/code-stub-assembler.cc b/src/code-stub-assembler.cc
index b54a594cbe3cb2d9788fd8431a505157cb8b3bca..76e3827006ec6c95cb1293b0680b0f9c47ff7f71 100644
--- a/src/code-stub-assembler.cc
+++ b/src/code-stub-assembler.cc
@@ -8241,9 +8241,6 @@ Node* CodeStubAssembler::AllocatePromiseReactionJobInfo(
deferred_on_reject);
StoreObjectFieldNoWriteBarrier(result, PromiseReactionJobInfo::kDebugIdOffset,
SmiConstant(kDebugPromiseNoID));
- StoreObjectFieldNoWriteBarrier(result,
- PromiseReactionJobInfo::kDebugNameOffset,
- SmiConstant(kDebugNotActive));
StoreObjectFieldNoWriteBarrier(result, PromiseReactionJobInfo::kContextOffset,
context);
return result;

Powered by Google App Engine
This is Rietveld 408576698