| Index: chrome/browser/extensions/extension_host.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_host.cc (revision 69996)
|
| +++ chrome/browser/extensions/extension_host.cc (working copy)
|
| @@ -265,7 +265,7 @@
|
| // sent. NULL it out so that dirty pointer issues don't arise in cases
|
| // when multiple ExtensionHost objects pointing to the same Extension are
|
| // present.
|
| - if (extension_ == Details<const Extension>(details).ptr())
|
| + if (extension_ == Details<UnloadedExtensionInfo>(details)->extension)
|
| extension_ = NULL;
|
| break;
|
| default:
|
|
|