vendor/v8/src/unicode.h in mustang-0.0.1 vs vendor/v8/src/unicode.h in mustang-0.1.0
- old
+ new
@@ -95,10 +95,10 @@
class UnicodeData {
private:
friend class Test;
static int GetByteCount();
- static uchar kMaxCodePoint;
+ static const uchar kMaxCodePoint;
};
// --- U t f 8 ---
template <typename Data>