| Index: src/full-codegen/full-codegen.h
|
| diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h
|
| index 16753088e4a397deae89918c86c2a4d7ee09ad1c..cbf27eebcbc6da11e54956fc97d89948d0c84cf1 100644
|
| --- a/src/full-codegen/full-codegen.h
|
| +++ b/src/full-codegen/full-codegen.h
|
| @@ -560,7 +560,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.
|
|
|