| Index: src/full-codegen/full-codegen.h
|
| diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h
|
| index 4f4b520c255462381792c5c26372cf2d88ad8fec..56ae26d9033746bbb55e839610c5644c78975371 100644
|
| --- a/src/full-codegen/full-codegen.h
|
| +++ b/src/full-codegen/full-codegen.h
|
| @@ -552,7 +552,7 @@ class FullCodeGenerator: public AstVisitor {
|
| bool NeedsHoleCheckForLoad(VariableProxy* proxy);
|
|
|
| // Expects the arguments and the function already pushed.
|
| - void EmitResolvePossiblyDirectEval(int arg_count);
|
| + void EmitResolvePossiblyDirectEval(Call* expr);
|
|
|
| // Platform-specific support for allocating a new closure based on
|
| // the given function info.
|
|
|