| Index: src/ic/ic.cc
|
| diff --git a/src/ic/ic.cc b/src/ic/ic.cc
|
| index 6cd1641ade3f3d15f7898ed611f154ddae0e94db..c29100ab3fae5cf4c3a758ea455b9cd004054789 100644
|
| --- a/src/ic/ic.cc
|
| +++ b/src/ic/ic.cc
|
| @@ -1578,8 +1578,6 @@ static Handle<Object> TryConvertKey(Handle<Object> key, Isolate* isolate) {
|
| }
|
| } else if (key->IsUndefined(isolate)) {
|
| key = isolate->factory()->undefined_string();
|
| - } else if (key->IsString()) {
|
| - key = isolate->factory()->InternalizeString(Handle<String>::cast(key));
|
| }
|
| return key;
|
| }
|
|
|