Index: src/heap.cc |
=================================================================== |
--- src/heap.cc (revision 3775) |
+++ src/heap.cc (working copy) |
@@ -1499,7 +1499,7 @@ |
void Heap::CreateCEntryDebugBreakStub() { |
- DebugerStatementStub stub; |
+ DebuggerStatementStub stub; |
set_debugger_statement_code(*stub.GetCode()); |
} |
@@ -1526,7 +1526,7 @@ |
// { CEntryStub stub; |
// c_entry_code_ = *stub.GetCode(); |
// } |
- // { DebugerStatementStub stub; |
+ // { DebuggerStatementStub stub; |
// debugger_statement_code_ = *stub.GetCode(); |
// } |
// To workaround the problem, make separate functions without inlining. |