Chromium Code Reviews| Index: src/variables.cc |
| diff --git a/src/variables.cc b/src/variables.cc |
| index 6d85fd827155958da5a8b4e4e7af4957bd98b702..a3d25204099448ea7ce9585cd5622434e8157590 100644 |
| --- a/src/variables.cc |
| +++ b/src/variables.cc |
| @@ -66,6 +66,7 @@ Variable::Variable(Scope* scope, |
| kind_(kind), |
| location_(UNALLOCATED), |
| index_(-1), |
| + initializer_position_(RelocInfo::kNoPosition), |
| local_if_not_shadowed_(NULL), |
| is_valid_LHS_(is_valid_LHS), |
| is_accessed_from_inner_scope_(false), |