| Index: src/variables.cc
|
| diff --git a/src/variables.cc b/src/variables.cc
|
| index f4f7a7a91748590ba1b11cc12e460717aacbb5a2..b8bcbd03d196e84bf358f0863d4191dcca88a438 100644
|
| --- a/src/variables.cc
|
| +++ b/src/variables.cc
|
| @@ -44,6 +44,7 @@ Variable::Variable(Scope* scope, const AstRawString* name, VariableMode mode,
|
| strong_mode_reference_start_position_(RelocInfo::kNoPosition),
|
| strong_mode_reference_end_position_(RelocInfo::kNoPosition),
|
| local_if_not_shadowed_(NULL),
|
| + is_from_eval_(false),
|
| force_context_allocation_(false),
|
| is_used_(false),
|
| initialization_flag_(initialization_flag),
|
|
|