DescriptionFix crash in Mac ASAN RenderWidgetResizeHelper
It is possible for the TaskRunner to which the tasks were posted
to be destroyed before the RenderWidgetResizeHelper is destroyed.
Make sure that RenderWidgetResizeHelper is robust to this by having
tasks remove themselves from RenderWidgetResizeHelper's queue
when they are destroyed.
BUG=394775
TBR=sky@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284224
Patch Set 1 #Patch Set 2 : Full fix #Patch Set 3 : More comments #
Total comments: 2
Patch Set 4 : Fix name #
Messages
Total messages: 11 (0 generated)
|