| Index: content/browser/web_contents/web_contents_view_mac.mm
|
| ===================================================================
|
| --- content/browser/web_contents/web_contents_view_mac.mm (revision 132579)
|
| +++ content/browser/web_contents/web_contents_view_mac.mm (working copy)
|
| @@ -410,16 +410,12 @@
|
| if (webContentsView_->delegate()) {
|
| [dragDest_ setDragDelegate:webContentsView_->delegate()->
|
| GetDragDestDelegate()];
|
| - webContentsView_->delegate()->NativeViewCreated(self);
|
| }
|
| }
|
| return self;
|
| }
|
|
|
| - (void)dealloc {
|
| - if (webContentsView_ && webContentsView_->delegate())
|
| - webContentsView_->delegate()->NativeViewDestroyed(self);
|
| -
|
| // Cancel any deferred tab closes, just in case.
|
| [self cancelDeferredClose];
|
|
|
|
|