| Index: chrome/browser/cocoa/location_bar_view_mac.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/location_bar_view_mac.mm (revision 38373)
|
| +++ chrome/browser/cocoa/location_bar_view_mac.mm (working copy)
|
| @@ -106,6 +106,11 @@
|
| }
|
|
|
| LocationBarViewMac::~LocationBarViewMac() {
|
| + // Disconnect from cell in case it outlives us.
|
| + AutocompleteTextFieldCell* cell = [field_ autocompleteTextFieldCell];
|
| + [cell setPageActionViewList:NULL];
|
| + [cell setSecurityImageView:NULL];
|
| +
|
| // TODO(shess): Placeholder for omnibox changes.
|
| delete page_action_views_;
|
| }
|
|
|