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

Unified Diff: src/promise.js

Issue 1094563002: Wrap map and set implementation in functions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « src/parser.cc ('k') | src/templates.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/promise.js
diff --git a/src/promise.js b/src/promise.js
index c7bd204bb0754615afc3464b3ae700f70112a19d..ba0dfe0c12c050a3134e32473b24d5a5f5bff9af 100644
--- a/src/promise.js
+++ b/src/promise.js
@@ -7,7 +7,6 @@
// This file relies on the fact that the following declaration has been made
// in runtime.js:
// var $Object = global.Object
-// var $WeakMap = global.WeakMap
// For bootstrapper.
« no previous file with comments | « src/parser.cc ('k') | src/templates.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698