| Index: chrome/browser/ui/cocoa/autofill/autofill_popup_view_bridge.mm
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_popup_view_bridge.mm b/chrome/browser/ui/cocoa/autofill/autofill_popup_view_bridge.mm
|
| index e2bfe64640a7f345d7811477888155e3741c9754..0210318a5e144c87b0e1ceed570c6f6e819b74d8 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_popup_view_bridge.mm
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_popup_view_bridge.mm
|
| @@ -61,7 +61,6 @@ AutofillPopupViewBridge::AutofillPopupViewBridge(
|
|
|
| AutofillPopupViewBridge::~AutofillPopupViewBridge() {
|
| [view_ controllerDestroyed];
|
| - controller_->ViewDestroyed();
|
|
|
| // Remove the child window before closing, otherwise it can mess up
|
| // display ordering.
|
|
|