Chromium Code Reviews| Index: src/liveedit.cc |
| diff --git a/src/liveedit.cc b/src/liveedit.cc |
| index 3983a3748a8bc53cb0e2fb15144ad4e224c279e6..414f799c43418b7acacf61a588123c7b376a0ea6 100644 |
| --- a/src/liveedit.cc |
| +++ b/src/liveedit.cc |
| @@ -1850,8 +1850,8 @@ static const char* DropActivationsInActiveThreadImpl( |
| break; |
| } |
| } |
| - debug->FramesHaveBeenDropped(new_id, drop_mode, |
| - restarter_frame_function_pointer); |
| + debug->FramesHaveBeenDropped( |
| + new_id, drop_mode, restarter_frame_function_pointer); |
| return NULL; |
| } |