| Index: src/ic/mips/handler-compiler-mips.cc
|
| diff --git a/src/ic/mips/handler-compiler-mips.cc b/src/ic/mips/handler-compiler-mips.cc
|
| index 34d06cfe2058b22ddcf2dfc2aed02cc210a6f296..9f4fe0815a6aa927a5aa9db9d543569c07df09f8 100644
|
| --- a/src/ic/mips/handler-compiler-mips.cc
|
| +++ b/src/ic/mips/handler-compiler-mips.cc
|
| @@ -464,10 +464,7 @@ Register PropertyHandlerCompiler::CheckPrototypes(
|
| name, scratch2, miss);
|
| } else if (current_map->is_dictionary_map()) {
|
| DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
|
| - if (!name->IsUniqueName()) {
|
| - DCHECK(name->IsString());
|
| - name = factory()->InternalizeString(Handle<String>::cast(name));
|
| - }
|
| + DCHECK(name->IsUniqueName());
|
| DCHECK(current.is_null() ||
|
| current->property_dictionary()->FindEntry(name) ==
|
| NameDictionary::kNotFound);
|
|
|