Chromium Code Reviews| Index: src/parser.h |
| diff --git a/src/parser.h b/src/parser.h |
| index d3c24d1a58191ed981005a3bfb99e5214196f42f..2d7c899d541d04ea0c71128dc630e2407aba4eba 100644 |
| --- a/src/parser.h |
| +++ b/src/parser.h |
| @@ -451,9 +451,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() { |