Index: chrome/browser/instant/instant_loader.cc |
=================================================================== |
--- chrome/browser/instant/instant_loader.cc (revision 115435) |
+++ chrome/browser/instant/instant_loader.cc (working copy) |
@@ -434,7 +434,7 @@ |
RenderWidgetHostView *rwhv = source->GetRenderWidgetHostView(); |
if (rwhv) |
RegisterForPaintNotifications(rwhv->GetRenderWidgetHost()); |
- } else if (source->is_crashed()) { |
+ } else if (source->IsCrashed()) { |
PreviewPainted(); |
} |
} |