Revert "make Intl non-enumerable"
This reverts commit 327355efe28995f5d91aadb54c71ea1d292c8428. TBR=svenpanne@chromium.org,dcarney@chromium.org Review URL: https://codereview.chromium.org/22893026 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16204 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
d5762717d6
commit
aabfd6d610
@ -37,4 +37,4 @@ var CLEANUP_RE = new RegExp('');
|
||||
CLEANUP_RE.test('');
|
||||
|
||||
return Intl;
|
||||
}())});
|
||||
}());
|
||||
|
@ -34,7 +34,7 @@
|
||||
* Intl object is a single object that has some named properties,
|
||||
* all of which are constructors.
|
||||
*/
|
||||
Object.defineProperty(this, "Intl", { enumerable: false, value: (function() {
|
||||
var Intl = (function() {
|
||||
|
||||
'use strict';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user