Index: src/arm/codegen-arm.cc |
=================================================================== |
--- src/arm/codegen-arm.cc (revision 3775) |
+++ src/arm/codegen-arm.cc (working copy) |
@@ -2287,7 +2287,7 @@ |
Comment cmnt(masm_, "[ DebuggerStatament"); |
CodeForStatementPosition(node); |
#ifdef ENABLE_DEBUGGER_SUPPORT |
- DebugerStatementStub ces; |
+ DebuggerStatementStub ces; |
frame_->CallStub(&ces, 0); |
#endif |
// Ignore the return value. |