Index: src/regexp-macro-assembler.h |
=================================================================== |
--- src/regexp-macro-assembler.h (revision 829) |
+++ src/regexp-macro-assembler.h (working copy) |
@@ -76,6 +76,8 @@ |
int register_index, |
Label* on_equal) = 0; |
virtual void CheckNotBackReference(int start_reg, Label* on_no_match) = 0; |
+ virtual void CheckNotBackReferenceCaseIndependent(int start_reg, |
+ Label* on_no_match) = 0; |
// Check the current character for a match with a literal character. If we |
// fail to match then goto the on_failure label. End of input always |
// matches. If the label is NULL then we should pop a backtrack address off |