| Index: src/objects.cc
|
| diff --git a/src/objects.cc b/src/objects.cc
|
| index f7c89175da75c2fb7916015a34adf9954b565eef..22c01bf1a36f28ca78b201afed6f43aaec4d3a70 100644
|
| --- a/src/objects.cc
|
| +++ b/src/objects.cc
|
| @@ -14749,8 +14749,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);
|
|
|