From 6a951292f660b48c79ec72e74f68c4c6e4adebe1 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Mon, 3 Nov 2008 19:43:47 +0000 Subject: check in for one cycle to see if this fixes the dist tests. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4474 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/views/tabs/dragged_tab_controller.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome/browser/views/tabs') diff --git a/chrome/browser/views/tabs/dragged_tab_controller.cc b/chrome/browser/views/tabs/dragged_tab_controller.cc index 4da9dba..b79759f 100644 --- a/chrome/browser/views/tabs/dragged_tab_controller.cc +++ b/chrome/browser/views/tabs/dragged_tab_controller.cc @@ -107,7 +107,8 @@ DraggedTabController::~DraggedTabController() { // contents to NULL, otherwise if the view is animating to its destination // bounds, it won't be able to clean up properly since its cleanup routine // uses GetIndexForDraggedContents, which will be invalid. - view_.reset(NULL); + //Commenting out for one cycle to see if this fixes dist tests. + //view_.reset(NULL); ChangeDraggedContents(NULL); // This removes our observer. } -- cgit v1.1