| Index: src/codegen-arm.cc | 
| =================================================================== | 
| --- src/codegen-arm.cc	(revision 1003) | 
| +++ src/codegen-arm.cc	(working copy) | 
| @@ -3282,6 +3282,9 @@ | 
| case KEYED: { | 
| // TODO(1241834): Make sure that this it is safe to ignore the | 
| // distinction between expressions in a typeof and not in a typeof. | 
| + | 
| +      // TODO(number here): Implement inlined version of array | 
| +      // indexing once loop nesting is properly tracked on ARM. | 
| Comment cmnt(masm, "[ Load from keyed Property"); | 
| ASSERT(property != NULL); | 
| Handle<Code> ic(Builtins::builtin(Builtins::KeyedLoadIC_Initialize)); | 
|  |