| Index: src/x64/full-codegen-x64.cc | 
| =================================================================== | 
| --- src/x64/full-codegen-x64.cc	(revision 5444) | 
| +++ src/x64/full-codegen-x64.cc	(working copy) | 
| @@ -746,11 +746,10 @@ | 
| __ bind(&done_convert); | 
| __ push(rax); | 
|  | 
| -  // TODO(kasperl): Check cache validity in generated code. This is a | 
| -  // fast case for the JSObject::IsSimpleEnum cache validity | 
| -  // checks. If we cannot guarantee cache validity, call the runtime | 
| -  // system to check cache validity or get the property names in a | 
| -  // fixed array. | 
| +  // BUG(867): Check cache validity in generated code. This is a fast | 
| +  // case for the JSObject::IsSimpleEnum cache validity checks. If we | 
| +  // cannot guarantee cache validity, call the runtime system to check | 
| +  // cache validity or get the property names in a fixed array. | 
|  | 
| // Get the set of properties to enumerate. | 
| __ push(rax);  // Duplicate the enumerable object on the stack. | 
|  |