Chromium Code Reviews
DescriptionThis fixes bug http://code.google.com/p/chromium/issues/detail?id=3907, which
was a crash in the browser in the IPC handler codepath which handles scrolling.
The crash occured because of a failure to find the backing store for the RenderWidgetHost instance. We would end up dereferencing a NULL backing store pointer and crash.
The fix for this is to check for a NULL backing store and return.
R=darin
Bug=3907
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=4517
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||