Chromium Code Reviews| Index: src/parser.h |
| diff --git a/src/parser.h b/src/parser.h |
| index dd8e600f9d788f824e29d5e7ff1086d10a161a08..c56388503a2a7387f3781b97ba52c7af96d47027 100644 |
| --- a/src/parser.h |
| +++ b/src/parser.h |
| @@ -446,9 +446,7 @@ class Parser : public ParserBase { |
| class FunctionState BASE_EMBEDDED { |
| public: |
| - FunctionState(Parser* parser, |
| - Scope* scope, |
| - Isolate* isolate); |
| + FunctionState(Parser* parser, Scope* scope); |
| ~FunctionState(); |
| int NextMaterializedLiteralIndex() { |