Chromium Code Reviews| Index: src/scopes.h |
| =================================================================== |
| --- src/scopes.h (revision 2255) |
| +++ src/scopes.h (working copy) |
| @@ -47,7 +47,7 @@ |
| virtual ~LocalsMap(); |
| Variable* Declare(Scope* scope, Handle<String> name, Variable::Mode mode, |
| - bool is_valid_LHS, bool is_this); |
| + bool is_valid_LHS, Variable::Kind kind); |
| Variable* Lookup(Handle<String> name); |
| }; |