| Index: src/ic/ic.cc
|
| diff --git a/src/ic/ic.cc b/src/ic/ic.cc
|
| index 43b7651f9e547495ae0f12997e4e317a2caec069..496b7d7249a3740596cbaa497f5b8b80a08af692 100644
|
| --- a/src/ic/ic.cc
|
| +++ b/src/ic/ic.cc
|
| @@ -1098,9 +1098,8 @@ Handle<Code> IC::ComputeHandler(LookupIterator* lookup, Handle<Object> value) {
|
|
|
| // TODO(mvstanton): we'd only like to cache code on the map when it's custom
|
| // code compiled for this map, otherwise it's already cached in the global
|
| - // code
|
| - // cache. We are also guarding against installing code with flags that don't
|
| - // match the desired CacheHolderFlag computed above, which would lead to
|
| + // code cache. We are also guarding against installing code with flags that
|
| + // don't match the desired CacheHolderFlag computed above, which would lead to
|
| // invalid lookups later.
|
| if (code->type() != Code::NORMAL &&
|
| Code::ExtractCacheHolderFromFlags(code->flags()) == flag) {
|
|
|