| Index: src/regexp-macro-assembler-ia32.h
|
| ===================================================================
|
| --- src/regexp-macro-assembler-ia32.h (revision 827)
|
| +++ src/regexp-macro-assembler-ia32.h (working copy)
|
| @@ -73,7 +73,7 @@
|
| virtual void GoTo(Label* label);
|
| virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
|
| virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
| - virtual Re2kImplementation Implementation();
|
| + virtual IrregexpImplementation Implementation();
|
| virtual void LoadCurrentCharacter(int cp_offset, Label* on_end_of_input);
|
| virtual void PopCurrentPosition();
|
| virtual void PopRegister(int register_index);
|
|
|