| Index: chrome/browser/instant/instant_loader.cc
|
| diff --git a/chrome/browser/instant/instant_loader.cc b/chrome/browser/instant/instant_loader.cc
|
| index dce93492bf51bf74b18f3fa31717bd73fd6aa6a3..d280bcb03e67c44bfd110b915bfc8a7ca21ba43d 100644
|
| --- a/chrome/browser/instant/instant_loader.cc
|
| +++ b/chrome/browser/instant/instant_loader.cc
|
| @@ -641,8 +641,8 @@ InstantLoader::InstantLoader(InstantLoaderDelegate* delegate,
|
| InstantLoader::~InstantLoader() {
|
| registrar_.RemoveAll();
|
|
|
| - // Delete the TabContents before the delegate as the TabContents holds a
|
| - // reference to the delegate.
|
| + // Delete the TabContentsWrapper before the delegate as the TabContentsWrapper
|
| + // holds a reference to the delegate.
|
| if (preview_contents())
|
| AddPreviewUsageForHistogram(template_url_id_, PREVIEW_DELETED, group_);
|
| preview_contents_.reset();
|
|
|