| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 9a4af5317e9a0b82aeddb19ca6b139b06cad7719..dd18d5e914fac61a3eee12765ea0e048bc804fab 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -6735,9 +6735,7 @@ bool JSObject::HasIndexedInterceptor() {
|
|
|
| NameDictionary* JSObject::property_dictionary() {
|
| DCHECK(!HasFastProperties());
|
| - // TODO(ishell): Uncomment, once all property_dictionary() usages for global
|
| - // objects are replaced with global_dictionary().
|
| - // DCHECK(!IsGlobalObject());
|
| + DCHECK(!IsGlobalObject());
|
| return NameDictionary::cast(properties());
|
| }
|
|
|
|
|