Chromium Code Reviews| Index: src/parser.h |
| =================================================================== |
| --- src/parser.h (revision 9568) |
| +++ src/parser.h (working copy) |
| @@ -651,7 +651,7 @@ |
| void CheckConflictingVarDeclarations(Scope* scope, bool* ok); |
| // Parser support |
| - VariableProxy* Declare(Handle<String> name, Variable::Mode mode, |
| + VariableProxy* Declare(Handle<String> name, VariableMode mode, |
| FunctionLiteral* fun, |
| bool resolve, |
| bool* ok); |