DescriptionAttempt 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
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114653
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|