Chromium Code Reviews| Index: src/execution.h |
| =================================================================== |
| --- src/execution.h (revision 10398) |
| +++ src/execution.h (working copy) |
| @@ -136,7 +136,7 @@ |
| Handle<Object> is_global); |
| #ifdef ENABLE_DEBUGGER_SUPPORT |
| static Object* DebugBreakHelper(); |
| - static void ProcessDebugMesssages(bool debug_command_only); |
| + static void ProcessDebugMessages(bool debug_command_only); |
| #endif |
| // If the stack guard is triggered, but it is not an actual |