Chromium Code Reviews| Index: src/ia32/stub-cache-ia32.cc |
| =================================================================== |
| --- src/ia32/stub-cache-ia32.cc (revision 6139) |
| +++ src/ia32/stub-cache-ia32.cc (working copy) |
| @@ -1686,6 +1686,7 @@ |
| Label miss; |
| Label index_out_of_range; |
| + |
| GenerateNameCheck(name, &miss); |
| // Check that the maps starting from the prototype haven't changed. |