Chromium Code Reviews
DescriptionWe can get into a state where the automation framework presses the Close button in the Find box after the tab has been destroyed. This causes the Find box to act on a NULL web_contents_ pointer.
We now guard against this by checking for NULL web_contents before performing any work that relies on it.
(I can't reproduce this bug manually or by running the automation testing locally, but this is an attempt to fix the crash by using the information gathered from looking at the crash dump).
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10414
Patch Set 1 #Patch Set 2 : '' #Messages
Total messages: 1 (0 generated)
|