| Index: content/browser/web_contents/web_contents_view_mac.mm
|
| diff --git a/content/browser/web_contents/web_contents_view_mac.mm b/content/browser/web_contents/web_contents_view_mac.mm
|
| index b1521f554aec3020804d917ca21a8bc22e3ac4c4..3055dce2be6ee27bf496649006e85e9b901b8846 100644
|
| --- a/content/browser/web_contents/web_contents_view_mac.mm
|
| +++ b/content/browser/web_contents/web_contents_view_mac.mm
|
| @@ -174,7 +174,8 @@ void WebContentsViewMac::StartDragging(
|
| WebDragOperationsMask allowed_operations,
|
| const gfx::ImageSkia& image,
|
| const gfx::Vector2d& image_offset,
|
| - const DragEventSourceInfo& event_info) {
|
| + const DragEventSourceInfo& event_info,
|
| + RenderWidgetHostImpl* source_rwh) {
|
| // By allowing nested tasks, the code below also allows Close(),
|
| // which would deallocate |this|. The same problem can occur while
|
| // processing -sendEvent:, so Close() is deferred in that case.
|
|
|