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

Unified Diff: src/i18n.js

Issue 279543002: Move more builtin files to strict mode. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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/date.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 4fcb02b4408dff4282cfcf109760194e47110798..076845bb111b5ee9742f00f7df2909cbcd2a40bc 100644
--- a/src/i18n.js
+++ b/src/i18n.js
@@ -1,7 +1,8 @@
// Copyright 2013 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// limitations under the License.
+
+"use strict";
// ECMAScript 402 API implementation.
@@ -11,8 +12,6 @@
*/
$Object.defineProperty(global, "Intl", { enumerable: false, value: (function() {
-'use strict';
-
var Intl = {};
var undefined = global.undefined;
« no previous file with comments | « src/date.js ('k') | src/json.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698