Chromium Code Reviews| Index: src/ia32/macro-assembler-ia32.h |
| diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h |
| index a638517dafff3338e4a136f4e8fb1c8e2b969df7..bd0daa923c66bbca91cb029c2160ca39fbeb885a 100644 |
| --- a/src/ia32/macro-assembler-ia32.h |
| +++ b/src/ia32/macro-assembler-ia32.h |
| @@ -568,6 +568,7 @@ class MacroAssembler: public Assembler { |
| // Clobbers ebx, edi and caller-save registers. Restores context. |
| // On return removes stack_space * kPointerSize (GCed). |
| MaybeObject* TryCallApiFunctionAndReturn(ApiFunction* function, |
| + int argc, |
|
Vitaly Repeshko
2011/07/04 22:41:36
See the .cc file comments. If you still think pass
|
| int stack_space); |
| // Jump to a runtime routine. |