| Index: src/parser.h
|
| diff --git a/src/parser.h b/src/parser.h
|
| index b6de9e5576824e8bb2d1f0a47bae80800cf67499..0ebef74eee879431d45ddb1ffd150621a6968e40 100644
|
| --- a/src/parser.h
|
| +++ b/src/parser.h
|
| @@ -145,7 +145,9 @@ ScriptDataImpl* PreParse(unibrow::CharacterStream* stream,
|
| v8::Extension* extension);
|
|
|
|
|
| -bool ParseRegExp(FlatStringReader* input, RegExpParseResult* result);
|
| +bool ParseRegExp(FlatStringReader* input,
|
| + bool multiline,
|
| + RegExpParseResult* result);
|
|
|
|
|
| // Support for doing lazy compilation. The script is the script containing full
|
|
|