Index: src/x64/regexp-macro-assembler-x64.h |
=================================================================== |
--- src/x64/regexp-macro-assembler-x64.h (revision 7820) |
+++ src/x64/regexp-macro-assembler-x64.h (working copy) |
@@ -75,7 +75,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); |