| Index: src/ic.cc
|
| diff --git a/src/ic.cc b/src/ic.cc
|
| index 8019da70e719cd015c76b5519fb9559b450be642..55f21c7f4530f6bc32f232093046764a5dd833fe 100644
|
| --- a/src/ic.cc
|
| +++ b/src/ic.cc
|
| @@ -1353,7 +1353,6 @@ Handle<Code> StoreIC::CompileHandler(LookupResult* lookup,
|
| ASSERT(holder.is_identical_to(receiver));
|
| return isolate()->builtins()->StoreIC_Normal();
|
| case CALLBACKS: {
|
| - if (kind() == Code::KEYED_STORE_IC) break;
|
| Handle<Object> callback(lookup->GetCallbackObject(), isolate());
|
| if (callback->IsExecutableAccessorInfo()) {
|
| Handle<ExecutableAccessorInfo> info =
|
|
|