| Index: src/parser.h
|
| diff --git a/src/parser.h b/src/parser.h
|
| index 7cb364b4d77e2679f09fcb6e2bcd8740cf68e8a7..ec37a57acdd2df33357a80936d2a3a98c249d731 100644
|
| --- a/src/parser.h
|
| +++ b/src/parser.h
|
| @@ -468,9 +468,8 @@ class ParserTraits {
|
| void CheckPossibleEvalCall(Expression* expression, Scope* scope);
|
|
|
| // Determine if the expression is a variable proxy and mark it as being used
|
| - // in an assignment or with a increment/decrement operator. This is currently
|
| - // used on for the statically checking assignments to harmony const bindings.
|
| - static Expression* MarkExpressionAsLValue(Expression* expression);
|
| + // in an assignment or with a increment/decrement operator.
|
| + static Expression* MarkExpressionAsAssigned(Expression* expression);
|
|
|
| // Returns true if we have a binary expression between two numeric
|
| // literals. In that case, *x will be changed to an expression which is the
|
|
|