| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index 2733bdf0f7d12588c51bedc111577c86ee87ba9c..55f3b4576bfafc4735f4b88ccc71b09040fc00b3 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -500,7 +500,7 @@ class FullCodeGenerator: public AstVisitor {
|
|
|
| // Assign to the given expression as if via '='. The right-hand-side value
|
| // is expected in the accumulator.
|
| - void EmitAssignment(Expression* expr, int bailout_ast_id);
|
| + void EmitAssignment(Expression* expr);
|
|
|
| // Complete a variable assignment. The right-hand-side value is expected
|
| // in the accumulator.
|
|
|