| Index: src/variables.cc
|
| diff --git a/src/variables.cc b/src/variables.cc
|
| index 6cf6e0b04a9a62e4bc865414336558bec7eee590..971061b05378cc9be2e2728307fe43b29656038e 100644
|
| --- a/src/variables.cc
|
| +++ b/src/variables.cc
|
| @@ -66,7 +66,7 @@ Variable::Variable(Scope* scope,
|
| index_(-1),
|
| local_if_not_shadowed_(NULL),
|
| is_valid_LHS_(is_valid_LHS),
|
| - is_accessed_from_inner_function_scope_(false),
|
| + is_accessed_from_inner_scope_(false),
|
| is_used_(false) {
|
| // names must be canonicalized for fast equality checks
|
| ASSERT(name->IsSymbol());
|
|
|