diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-15 17:10:05 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-15 17:10:05 +0000 |
commit | 4decd920b0d8781183f580dd3eab517a311ba0f5 (patch) | |
tree | ef5aa915931331341cade58ff99a60a5a13c992a /net/third_party | |
parent | b1417ab93f7d9550866a4cb68bcc06649f2f72cd (diff) | |
download | chromium_src-4decd920b0d8781183f580dd3eab517a311ba0f5.zip chromium_src-4decd920b0d8781183f580dd3eab517a311ba0f5.tar.gz chromium_src-4decd920b0d8781183f580dd3eab517a311ba0f5.tar.bz2 |
Attempt at fixing tab dragging crash. I believe the crash is happening
because there is an existing TabDragController when a new one is
created. Right after we create the new TabDragController it replaces
the old, but if we create the new one before the old is destroyed it
means the old is still set as a delegate on the TabContents so that
when the new restores the delegates it restores the old
TabDragController, which has now been deleted.
BUG=107172
TEST=none
R=ben@chromium.org
Review URL: http://codereview.chromium.org/8915026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114653 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/third_party')
0 files changed, 0 insertions, 0 deletions