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

Unified Diff: src/external-reference-table.cc

Issue 2575313002: [promisehook] Implement PromiseHook (Closed)
Patch Set: add tests Created 4 years 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/external-reference-table.cc
diff --git a/src/external-reference-table.cc b/src/external-reference-table.cc
index d14fd2f162b759cc98398b451a191ae6e9dcb85d..5c3aa08eb8d6f8ed456522da7b969a24bbf656c6 100644
--- a/src/external-reference-table.cc
+++ b/src/external-reference-table.cc
@@ -249,8 +249,8 @@ void ExternalReferenceTable::AddReferences(Isolate* isolate) {
"double_absolute_constant");
Add(ExternalReference::address_of_double_neg_constant().address(),
"double_negate_constant");
- Add(ExternalReference::is_promisehook_enabled_address(isolate).address(),
- "Isolate::is_promisehook_enabled_address()");
+ Add(ExternalReference::is_promise_hook_enabled_address(isolate).address(),
+ "Isolate::is_promise_hook_enabled_address()");
// Debug addresses
Add(ExternalReference::debug_after_break_target_address(isolate).address(),

Powered by Google App Engine
This is Rietveld 408576698