Index: src/v8natives.js |
=================================================================== |
--- src/v8natives.js (revision 3882) |
+++ src/v8natives.js (working copy) |
@@ -56,7 +56,7 @@ |
%FunctionSetName(f, key); |
%SetProperty(object, key, f, attributes); |
} |
- %TransformToFastProperties(object); |
+ %ToFastProperties(object); |
} |
// Emulates JSC by installing functions on a hidden prototype that |
@@ -914,7 +914,7 @@ |
"POSITIVE_INFINITY", |
1/0, |
DONT_ENUM | DONT_DELETE | READ_ONLY); |
- %TransformToFastProperties($Number); |
+ %ToFastProperties($Number); |
// Setup non-enumerable functions on the Number prototype object. |
InstallFunctions($Number.prototype, DONT_ENUM, $Array( |