Index: src/objects.cc |
diff --git a/src/objects.cc b/src/objects.cc |
index 46da8a794ff062669596a5c63fb9c6fb76d6297f..4cc03462c0c5cfedf4310ff9e3541219c233029a 100644 |
--- a/src/objects.cc |
+++ b/src/objects.cc |
@@ -14752,8 +14752,8 @@ PropertyCell* GlobalObject::GetPropertyCell(LookupResult* result) { |
} |
-Handle<PropertyCell> GlobalObject::EnsurePropertyCell( |
- Handle<GlobalObject> global, |
+Handle<PropertyCell> JSGlobalObject::EnsurePropertyCell( |
+ Handle<JSGlobalObject> global, |
Handle<Name> name) { |
ASSERT(!global->HasFastProperties()); |
int entry = global->property_dictionary()->FindEntry(*name); |