Chromium Code Reviews| Index: src/x64/codegen-x64.cc |
| =================================================================== |
| --- src/x64/codegen-x64.cc (revision 3808) |
| +++ src/x64/codegen-x64.cc (working copy) |
| @@ -2218,8 +2218,7 @@ |
| // Spill everything, even constants, to the frame. |
| frame_->SpillAll(); |
| - DebuggerStatementStub ces; |
| - frame_->CallStub(&ces, 0); |
| + frame_->DebugBreak(); |
| // Ignore the return value. |
| #endif |
| } |