Chromium Code Reviews| Index: src/parser.h |
| diff --git a/src/parser.h b/src/parser.h |
| index 8db44bee829a6f1503c5de13481d4604ebd366e1..5c53cf8c895068b98b21bf32b2db3ffad10c995a 100644 |
| --- a/src/parser.h |
| +++ b/src/parser.h |
| @@ -678,7 +678,7 @@ class Parser { |
| return ∅ |
| } |
| - Scope* NewScope(Scope* parent, Scope::Type type); |
| + Scope* NewScope(Scope* parent, ScopeType type); |
| Handle<String> LookupSymbol(int symbol_id); |