Chromium Code Reviews| Index: src/parser.h |
| diff --git a/src/parser.h b/src/parser.h |
| index 0ebef74eee879431d45ddb1ffd150621a6968e40..6e86f0961ab43a8646466e66d184a0d69aa231a1 100644 |
| --- a/src/parser.h |
| +++ b/src/parser.h |
| @@ -147,7 +147,7 @@ ScriptDataImpl* PreParse(unibrow::CharacterStream* stream, |
| bool ParseRegExp(FlatStringReader* input, |
| bool multiline, |
| - RegExpParseResult* result); |
| + RegExpCompileData* result); |
| // Support for doing lazy compilation. The script is the script containing full |