Chromium Code Reviews| Index: src/parser.cc |
| diff --git a/src/parser.cc b/src/parser.cc |
| index 8217315c8612be8773a6243e42125fb4d2f996ef..7236cb42cc01e418d16814efc2789b6f2a2e83aa 100644 |
| --- a/src/parser.cc |
| +++ b/src/parser.cc |
| @@ -4302,7 +4302,7 @@ ScriptDataImpl* PreParse(unibrow::CharacterStream* stream, |
| bool ParseRegExp(FlatStringReader* input, |
| bool multiline, |
| - RegExpParseResult* result) { |
| + RegExpCompileData* result) { |
| ASSERT(result != NULL); |
| // Make sure we have a stack guard. |
| StackGuard guard; |