Chromium Code Reviews| Index: src/macro-assembler-ia32.cc |
| =================================================================== |
| --- src/macro-assembler-ia32.cc (revision 1404) |
| +++ src/macro-assembler-ia32.cc (working copy) |
| @@ -877,7 +877,7 @@ |
| bool resolved; |
| Handle<Code> code = ResolveBuiltin(id, &resolved); |
| - // Calls are not allowed in some stubs. |
| + // Calls are not allowed in some stubs. |
| ASSERT(flag == JUMP_FUNCTION || allow_stub_calls()); |
| // Rely on the assertion to check that the number of provided |