Chromium Code Reviews| Index: src/x64/codegen-x64.cc |
| =================================================================== |
| --- src/x64/codegen-x64.cc (revision 5238) |
| +++ src/x64/codegen-x64.cc (working copy) |
| @@ -3925,7 +3925,7 @@ |
| __ movq(rbx, rax); |
| // If the property has been removed while iterating, we just skip it. |
| - __ CompareRoot(rbx, Heap::kNullValueRootIndex); |
| + __ SmiCompare(rbx, Smi::FromInt(0)); |
| node->continue_target()->Branch(equal); |
| end_del_check.Bind(); |