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

Unified Diff: src/js/promise.js

Issue 2513413002: [promises] Do not export GlobalPromise (Closed)
Patch Set: 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
« no previous file with comments | « src/js/async-await.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/promise.js
diff --git a/src/js/promise.js b/src/js/promise.js
index 709dd44e8b51ee001eed358de9e041e2fab7fe36..f9d1f7abf59605f89e2c7e701a2b7dc91ca4b468 100644
--- a/src/js/promise.js
+++ b/src/js/promise.js
@@ -647,7 +647,6 @@ utils.Export(function(to) {
to.PromiseCreate = PromiseCreate;
to.PromiseThen = PromiseThen;
- to.GlobalPromise = GlobalPromise;
to.CreateInternalPromiseCapability = CreateInternalPromiseCapability;
to.PerformPromiseThen = PerformPromiseThen;
to.ResolvePromise = ResolvePromise;
« no previous file with comments | « src/js/async-await.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698