Index: src/scopes.cc |
diff --git a/src/scopes.cc b/src/scopes.cc |
index d34d2e934c89d383995291a83e25e1f92f620430..86c75ad8d7c23b91200ff4d3c78d1f982d2f261c 100644 |
--- a/src/scopes.cc |
+++ b/src/scopes.cc |
@@ -45,7 +45,7 @@ Variable* VariableMap::Declare(Scope* scope, const AstRawString* name, |
DCHECK(p->key == name); |
if (kind == Variable::CLASS) { |
p->value = new (zone()) |
- ClassVariable(scope, name, mode, kind, initialization_flag, |
+ ClassVariable(scope, name, mode, initialization_flag, |
maybe_assigned_flag, declaration_group_start); |
} else { |
p->value = new (zone()) Variable( |