Index: src/x64/codegen-x64.cc |
=================================================================== |
--- src/x64/codegen-x64.cc (revision 3775) |
+++ src/x64/codegen-x64.cc (working copy) |
@@ -2213,7 +2213,7 @@ |
// Spill everything, even constants, to the frame. |
frame_->SpillAll(); |
- DebugerStatementStub ces; |
+ DebuggerStatementStub ces; |
frame_->CallStub(&ces, 0); |
// Ignore the return value. |
#endif |