| Index: chrome/browser/views/tab_contents_container_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/tab_contents_container_view.cc (revision 2626)
|
| +++ chrome/browser/views/tab_contents_container_view.cc (working copy)
|
| @@ -170,7 +170,7 @@
|
|
|
| bool TabContentsContainerView::ShouldLookupAccelerators(
|
| const ChromeViews::KeyEvent& e) {
|
| - if (tab_contents_ && !tab_contents_->IsCrashed() &&
|
| + if (tab_contents_ && !tab_contents_->is_crashed() &&
|
| tab_contents_->AsWebContents())
|
| return false;
|
| return true;
|
|
|