Chromium Code Reviews| Index: src/debug.cc |
| =================================================================== |
| --- src/debug.cc (revision 10282) |
| +++ src/debug.cc (working copy) |
| @@ -1146,7 +1146,7 @@ |
| Handle<DebugInfo> debug_info = GetDebugInfo(shared); |
| // Source positions starts with zero. |
| - ASSERT(source_position >= 0); |
| + ASSERT(*source_position >= 0); |
| // Find the break point and change it. |
| BreakLocationIterator it(debug_info, SOURCE_BREAK_LOCATIONS); |