Chromium Code Reviews| Index: src/stub-cache.cc |
| diff --git a/src/stub-cache.cc b/src/stub-cache.cc |
| index f43c9acee36365aa220e8e20856d556fb88e7b23..069b8eacfbea37e599d10f82066be0e522d4911d 100644 |
| --- a/src/stub-cache.cc |
| +++ b/src/stub-cache.cc |
| @@ -341,6 +341,7 @@ Handle<Code> StubCache::ComputeKeyedLoadField(Handle<Name> name, |
| PropertyIndex field, |
| Representation representation) { |
| if (receiver.is_identical_to(holder)) { |
| + // TODO(titzer): this should use an HObjectAccess |
| KeyedLoadFieldStub stub(field.is_inobject(holder), |
| field.translate(holder), |
| representation); |