Index: src/ia32/codegen-ia32.cc |
=================================================================== |
--- src/ia32/codegen-ia32.cc (revision 3380) |
+++ src/ia32/codegen-ia32.cc (working copy) |
@@ -2490,7 +2490,7 @@ |
#ifdef ENABLE_DEBUGGER_SUPPORT |
// Check that the size of the code used for returning matches what is |
// expected by the debugger. |
- ASSERT_EQ(Debug::kIa32JSReturnSequenceLength, |
+ ASSERT_EQ(Assembler::kJSReturnSequenceLength, |
masm_->SizeOfCodeGeneratedSince(&check_exit_codesize)); |
#endif |
} |