Chromium Code Reviews| Index: src/codegen-ia32.h |
| =================================================================== |
| --- src/codegen-ia32.h (revision 485) |
| +++ src/codegen-ia32.h (working copy) |
| @@ -256,7 +256,9 @@ |
| bool reversed, |
| OverwriteMode overwrite_mode); |
| - void CallWithArguments(ZoneList<Expression*>* arguments, int position); |
| + void CallWithArguments(ZoneList<Expression*>* arguments, |
| + bool call_constructor, |
| + int position); |
| // Control flow |
| void Branch(bool if_true, Label* L); |