| Index: src/variables.cc
|
| diff --git a/src/variables.cc b/src/variables.cc
|
| index 67150ea13e1e55cb4e559c96f156fa0c78a123bb..03f11db9af3a82a6220739d2ca77e97dad5b4728 100644
|
| --- a/src/variables.cc
|
| +++ b/src/variables.cc
|
| @@ -92,7 +92,7 @@ Variable::Variable(Scope* scope,
|
| local_if_not_shadowed_(NULL),
|
| rewrite_(NULL),
|
| is_valid_LHS_(is_valid_LHS),
|
| - is_accessed_from_inner_scope_(false),
|
| + is_accessed_from_inner_function_scope_(false),
|
| is_used_(false) {
|
| // names must be canonicalized for fast equality checks
|
| ASSERT(name->IsSymbol());
|
|
|