Chromium Code Reviews| Index: src/jsregexp.h |
| diff --git a/src/jsregexp.h b/src/jsregexp.h |
| index 32cf288f92f49590a157b690c45ac45e5c8c487c..0cac1724ab7221106fc1c5708bf381a03bf0f337 100644 |
| --- a/src/jsregexp.h |
| +++ b/src/jsregexp.h |
| @@ -439,6 +439,7 @@ class TextElement { |
| explicit TextElement(Type t) : type(t), cp_offset(-1) { } |
| static TextElement Atom(RegExpAtom* atom); |
| static TextElement CharClass(RegExpCharacterClass* char_class); |
| + int length(); |
| Type type; |
| union { |
| RegExpAtom* u_atom; |