Index: chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.cc |
=================================================================== |
--- chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.cc (revision 115435) |
+++ chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.cc (working copy) |
@@ -91,7 +91,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(); |
} |
bool NativeTabContentsContainerAura::IsFocusable() const { |