| Index: chrome/browser/tab_contents/tab_contents_view_win.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_view_win.cc (revision 14861)
|
| +++ chrome/browser/tab_contents/tab_contents_view_win.cc (working copy)
|
| @@ -358,7 +358,7 @@
|
| // |this| if the accelerator is a "close tab" one. So we speculatively
|
| // set the flag and fix it if no event was handled.
|
| ignore_next_char_event_ = true;
|
| - if (focus_manager->ProcessAccelerator(accelerator, false)) {
|
| + if (focus_manager->ProcessAccelerator(accelerator)) {
|
| // DANGER: |this| could be deleted now!
|
| return;
|
| } else {
|
|
|