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

Unified Diff: src/i18n.js

Issue 1132513003: Call builtin code wrapped in functions from the bootstrapper. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix extra natives Created 5 years, 7 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/harmony-typedarray.js ('k') | src/json.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/i18n.js
diff --git a/src/i18n.js b/src/i18n.js
index d0c890b97105c7a173fae9c2abc0e3baeb1f6d63..59e95afd85b08bf645b90478f5dbf2169d6e66ad 100644
--- a/src/i18n.js
+++ b/src/i18n.js
@@ -8,7 +8,7 @@
* Intl object is a single object that has some named properties,
* all of which are constructors.
*/
-(function() {
+(function(global, shared, exports) {
"use strict";
@@ -2058,4 +2058,4 @@ $overrideFunction(GlobalDate.prototype, 'toLocaleTimeString', function() {
}
);
-})();
+})
« no previous file with comments | « src/harmony-typedarray.js ('k') | src/json.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698