| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index e0fd192a219e52e6f24b71c2c16a1e085c64da70..8d9fe2d3322f7cd57f5c91395debf5cb965e342f 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -481,7 +481,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.
|
|
|