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

Unified Diff: src/extensions/i18n/footer.js

Issue 21213003: make Intl non-enumerable (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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 | « no previous file | src/extensions/i18n/header.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/extensions/i18n/footer.js
diff --git a/src/extensions/i18n/footer.js b/src/extensions/i18n/footer.js
index ac33f1e24224957ff05d2cddef072987dd96942d..adaa633462421b6a598cc0201b1896f84941a734 100644
--- a/src/extensions/i18n/footer.js
+++ b/src/extensions/i18n/footer.js
@@ -37,4 +37,4 @@ var CLEANUP_RE = new RegExp('');
CLEANUP_RE.test('');
return Intl;
-}());
+}())});
« no previous file with comments | « no previous file | src/extensions/i18n/header.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698