| Index: src/char-predicates.h
|
| diff --git a/src/char-predicates.h b/src/char-predicates.h
|
| index c68ad74b6a1246bd79d8b859cf219ecc957c5ca0..89f417196ef2577e06e7c18f38a2f382dff4047d 100644
|
| --- a/src/char-predicates.h
|
| +++ b/src/char-predicates.h
|
| @@ -13,6 +13,7 @@ namespace internal {
|
| // Unicode character predicates as defined by ECMA-262, 3rd,
|
| // used for lexical analysis.
|
|
|
| +inline int AsciiAlphaToLower(uc32 c);
|
| inline bool IsCarriageReturn(uc32 c);
|
| inline bool IsLineFeed(uc32 c);
|
| inline bool IsAsciiIdentifier(uc32 c);
|
|
|