Chromium Code Reviews| Index: src/debug.cc |
| =================================================================== |
| --- src/debug.cc (revision 993) |
| +++ src/debug.cc (working copy) |
| @@ -1376,7 +1376,7 @@ |
| HandleScope scope; |
| // Bail out based on state or if there is no listener for this event |
| - if (Debug::InDebugger()) return; |
| + if (Debug::InDebugger()) return; |
| if (!Debugger::EventActive(v8::Exception)) return; |
| // Bail out if exception breaks are not active |