| Index: src/jsregexp.h
|
| diff --git a/src/jsregexp.h b/src/jsregexp.h
|
| index f6d511f697baa6697219fcf4e60cd7daca6be5d0..87adf556f19fc14876cd59bfab530bf8069bc71d 100644
|
| --- a/src/jsregexp.h
|
| +++ b/src/jsregexp.h
|
| @@ -316,7 +316,6 @@ class CharacterRange {
|
| // Negate the contents of a character range in canonical form.
|
| static void Negate(ZoneList<CharacterRange>* src,
|
| ZoneList<CharacterRange>* dst);
|
| - static const int kRangeCanonicalizeMax = 0x346;
|
| static const int kStartMarker = (1 << 24);
|
| static const int kPayloadMask = (1 << 24) - 1;
|
|
|
|
|