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