Chromium Code Reviews| Index: src/parser.h |
| diff --git a/src/parser.h b/src/parser.h |
| index db9071a98b97983b3650d69cd4a4571c39992ff5..5801363b6c6be0e5b5372fcef74e3b4bc2c0966e 100644 |
| --- a/src/parser.h |
| +++ b/src/parser.h |
| @@ -239,7 +239,7 @@ class RegExpParser BASE_EMBEDDED { |
| // Checks whether the following is a length-digit hexadecimal number, |
| // and sets the value if it is. |
| - bool ParseHexEscape(int length, uc32* value); |
| + bool ParseHexEscape(int length, uc32* value, bool allow_brace = false); |
| uc32 ParseOctalLiteral(); |