| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc (revision 115435)
|
| +++ chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc (working copy)
|
| @@ -90,7 +90,7 @@
|
| // not process them, they'll be returned to us and we'll treat them as
|
| // accelerators then.
|
| return container_->tab_contents() &&
|
| - !container_->tab_contents()->is_crashed();
|
| + !container_->tab_contents()->IsCrashed();
|
| }
|
|
|
| views::FocusTraversable* NativeTabContentsContainerGtk::GetFocusTraversable() {
|
|
|