DescriptionSpeculative fix for crash. Crashes seem to indicate
ExtensionsTabModule is asking for the id of a deleted TabContents. My guess is
ExtensionWebNavigationTabObserver is adding an entry for a TabContents
that is later deleted and ExtensionWebNavigationTabObserver doesn't
clean up it's map so that if another TabContents ends up with the same
pointer value we get a crash.
BUG=91385
TEST=none
R=jochen@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95818
Patch Set 1 #
Total comments: 1
Patch Set 2 : Remove if source deleted #
Total comments: 1
Patch Set 3 : erase(i++) #
Messages
Total messages: 7 (0 generated)
|