| Index: src/unicode-inl.h
|
| diff --git a/src/unicode-inl.h b/src/unicode-inl.h
|
| index d47ee3e0cf775e19b0dd664585eace7ff883af26..0f78d39e0656f6ba804a820c748800ae8753c511 100644
|
| --- a/src/unicode-inl.h
|
| +++ b/src/unicode-inl.h
|
| @@ -13,7 +13,7 @@ namespace unibrow {
|
|
|
| template <class T, int s> bool Predicate<T, s>::get(uchar code_point) {
|
| CacheEntry entry = entries_[code_point & kMask];
|
| - if (entry.code_point_ == code_point) return entry.value_;
|
| + if (entry.code_point() == code_point) return entry.value();
|
| return CalculateValue(code_point);
|
| }
|
|
|
|
|