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

Unified Diff: src/contexts.h

Issue 2487053002: [promises] Remove one runtime call to create_resolving_functions (Closed)
Patch Set: rebase 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
Index: src/contexts.h
diff --git a/src/contexts.h b/src/contexts.h
index a8b9dd211840614fc23d939e8bf314714faa34c2..a3235ffd6edd2701e6130ef871bd5f7b0bb5838e 100644
--- a/src/contexts.h
+++ b/src/contexts.h
@@ -478,7 +478,7 @@ class Context: public FixedArray {
// These slots hold values in debug evaluate contexts.
WRAPPED_CONTEXT_INDEX = MIN_CONTEXT_SLOTS,
- WHITE_LIST_INDEX = MIN_CONTEXT_SLOTS + 1
+ WHITE_LIST_INDEX = MIN_CONTEXT_SLOTS + 1,
adamk 2016/11/10 18:10:54 You can drop this change still :) (and leave this
gsathya 2016/11/11 02:34:36 Done.
};
void IncrementErrorsThrown();

Powered by Google App Engine
This is Rietveld 408576698