Chromium Code Reviews| Index: src/variables.cc |
| diff --git a/src/variables.cc b/src/variables.cc |
| index a636bdad38f13074934649f6fc759fcca4fca050..aa6a010facd979a9912b25b90e72c6e9feceabae 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), |
| force_context_allocation_(false), |