| Index: src/variables.cc
|
| diff --git a/src/variables.cc b/src/variables.cc
|
| index 2351e529a24c8c1bd19c6cc47351df3e3f6ab06c..99756ac3c0d9f0397a661c9e908d3e24e7f15e4b 100644
|
| --- a/src/variables.cc
|
| +++ b/src/variables.cc
|
| @@ -33,12 +33,13 @@ const char* Variable::Mode2String(VariableMode mode) {
|
|
|
| Variable::Variable(Scope* scope, const AstRawString* name, VariableMode mode,
|
| bool is_valid_ref, Kind kind,
|
| - InitializationFlag initialization_flag,
|
| + InitializationFlag initialization_flag, int position,
|
| MaybeAssignedFlag maybe_assigned_flag)
|
| : scope_(scope),
|
| name_(name),
|
| mode_(mode),
|
| kind_(kind),
|
| + position_(position),
|
| location_(UNALLOCATED),
|
| index_(-1),
|
| initializer_position_(RelocInfo::kNoPosition),
|
|
|