Revision: 5354
Author: [email protected]
Date: Thu Aug 26 06:03:17 2010
Log: Fix indention in v8natives.js - no functionality change.
Review URL: http://codereview.chromium.org/3110041
http://code.google.com/p/v8/source/detail?r=5354
Modified:
/branches/bleeding_edge/src/v8natives.js
=======================================
--- /branches/bleeding_edge/src/v8natives.js Thu Aug 26 01:35:49 2010
+++ /branches/bleeding_edge/src/v8natives.js Thu Aug 26 06:03:17 2010
@@ -789,7 +789,7 @@
for (var i = 0; i < names.length; i++) {
var name = names[i];
var desc = GetOwnProperty(obj, name);
- if (desc.isConfigurable()) return false;
+ if (desc.isConfigurable()) return false;
}
if (!ObjectIsExtensible(obj)) {
return true;
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev