| Index: src/mips/regexp-macro-assembler-mips.h
|
| ===================================================================
|
| --- src/mips/regexp-macro-assembler-mips.h (revision 7820)
|
| +++ src/mips/regexp-macro-assembler-mips.h (working copy)
|
| @@ -81,7 +81,7 @@
|
| virtual bool CheckSpecialCharacterClass(uc16 type,
|
| Label* on_no_match);
|
| virtual void Fail();
|
| - virtual Handle<Object> GetCode(Handle<String> source);
|
| + virtual Handle<HeapObject> GetCode(Handle<String> source);
|
| 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);
|
|
|