| Index: chrome/browser/renderer_host/render_widget_host_view_win.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_widget_host_view_win.cc (revision 90090)
|
| +++ chrome/browser/renderer_host/render_widget_host_view_win.cc (working copy)
|
| @@ -238,7 +238,7 @@
|
| is_loading_(false),
|
| overlay_color_(0),
|
| text_input_type_(ui::TEXT_INPUT_TYPE_NONE) {
|
| - render_widget_host_->set_view(this);
|
| + render_widget_host_->SetView(this);
|
| registrar_.Add(this,
|
| NotificationType::RENDERER_PROCESS_TERMINATED,
|
| NotificationService::AllSources());
|
|
|