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

Unified Diff: src/js/async-await.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 | « no previous file | src/js/promise.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/async-await.js
diff --git a/src/js/async-await.js b/src/js/async-await.js
index 0723f7ecfeba921039b1e47bbaa299f3381452c3..ea14db68eaddff2e7482e1168055af878f502614 100644
--- a/src/js/async-await.js
+++ b/src/js/async-await.js
@@ -13,7 +13,6 @@
var AsyncFunctionNext;
var AsyncFunctionThrow;
-var GlobalPromise;
var IsPromise;
var CreateInternalPromiseCapability;
var PerformPromiseThen;
@@ -25,7 +24,6 @@ var ResolvePromise;
utils.Import(function(from) {
AsyncFunctionNext = from.AsyncFunctionNext;
AsyncFunctionThrow = from.AsyncFunctionThrow;
- GlobalPromise = from.GlobalPromise;
IsPromise = from.IsPromise;
CreateInternalPromiseCapability = from.CreateInternalPromiseCapability;
PerformPromiseThen = from.PerformPromiseThen;
« no previous file with comments | « no previous file | src/js/promise.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698