| Index: src/scanner.h
|
| diff --git a/src/scanner.h b/src/scanner.h
|
| index be840276537a8bd856e2ce373ab084c805b73d29..3cefc833ac3323c536ca98015fdfbee1522060d5 100644
|
| --- a/src/scanner.h
|
| +++ b/src/scanner.h
|
| @@ -144,7 +144,7 @@ class UnicodeCache {
|
| unibrow::Predicate<IdentifierStart, 128> kIsIdentifierStart;
|
| unibrow::Predicate<IdentifierPart, 128> kIsIdentifierPart;
|
| unibrow::Predicate<unibrow::LineTerminator, 128> kIsLineTerminator;
|
| - unibrow::Predicate<WhiteSpace, 128> kIsWhiteSpace;
|
| + unibrow::Predicate<unibrow::WhiteSpace, 128> kIsWhiteSpace;
|
| StaticResource<Utf8Decoder> utf8_decoder_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(UnicodeCache);
|
|
|