Chromium Code Reviews| Index: src/preparser.h |
| diff --git a/src/preparser.h b/src/preparser.h |
| index 0db902fa3e96d087515420ec691940d4c60a649f..d0c7e3e198f8eb4e2f417f0b1f5b74ace00ad45a 100644 |
| --- a/src/preparser.h |
| +++ b/src/preparser.h |
| @@ -681,7 +681,6 @@ class PreParser : public ParserBase { |
| void CheckDelayedStrictModeViolation(int beg_pos, int end_pos, bool* ok); |
| void StrictModeIdentifierViolation(Scanner::Location, |
| - const char* eval_args_type, |
| Identifier identifier, |
| bool* ok); |