Index: src/factory.h |
=================================================================== |
--- src/factory.h (revision 2317) |
+++ src/factory.h (working copy) |
@@ -183,9 +183,8 @@ |
static Handle<JSObject> NewJSObject(Handle<JSFunction> constructor, |
PretenureFlag pretenure = NOT_TENURED); |
- // JS global objects are pretenured. |
- static Handle<JSGlobalObject> NewJSGlobalObject( |
- Handle<JSFunction> constructor); |
+ // Global objects are pretenured. |
+ static Handle<GlobalObject> NewGlobalObject(Handle<JSFunction> constructor); |
// JS objects are pretenured when allocated by the bootstrapper and |
// runtime. |