| Index: chrome/browser/tab_contents/thumbnail_generator.cc
|
| diff --git a/chrome/browser/tab_contents/thumbnail_generator.cc b/chrome/browser/tab_contents/thumbnail_generator.cc
|
| index 33de7e14f740b68826e420c3a07111a9f2ed1696..d4a18fffa18bf4891fc775b1bac406858b1d6c29 100644
|
| --- a/chrome/browser/tab_contents/thumbnail_generator.cc
|
| +++ b/chrome/browser/tab_contents/thumbnail_generator.cc
|
| @@ -414,7 +414,7 @@ void ThumbnailGenerator::WidgetHidden(RenderWidgetHost* widget) {
|
|
|
| void ThumbnailGenerator::WebContentsDisconnected(WebContents* contents) {
|
| // Go through the existing callbacks, and find any that have the
|
| - // same renderer as this TabContents and remove them so they don't
|
| + // same renderer as this WebContents and remove them so they don't
|
| // hang around.
|
| ThumbnailCallbackMap::iterator iterator = callback_map_.begin();
|
| RenderWidgetHost* renderer = contents->GetRenderViewHost();
|
|
|