Chromium Code Reviews| Index: src/ia32/stub-cache-ia32.cc |
| =================================================================== |
| --- src/ia32/stub-cache-ia32.cc (revision 5744) |
| +++ src/ia32/stub-cache-ia32.cc (working copy) |
| @@ -227,7 +227,6 @@ |
| // Check scratch and extra registers are valid, and extra2 is unused. |
| ASSERT(!scratch.is(no_reg)); |
| - ASSERT(!extra.is(no_reg)); |
| ASSERT(extra2.is(no_reg)); |
| // Check that the receiver isn't a smi. |