Chromium Code Reviews| Index: src/full-codegen.cc |
| =================================================================== |
| --- src/full-codegen.cc (revision 3775) |
| +++ src/full-codegen.cc (working copy) |
| @@ -987,7 +987,7 @@ |
| Comment cmnt(masm_, "[ DebuggerStatement"); |
| SetStatementPosition(stmt); |
| - DebugerStatementStub ces; |
| + DebuggerStatementStub ces; |
| __ CallStub(&ces); |
| // Ignore the return value. |
| #endif |