DescriptionHTML Imports: A speculative fix for fast/dom/custom/imports-custom-element-abort.html
The test occasionally crashes by touching null HTMLImportsController:m_master in a timer function.
This change cancel the timer when m_master is cleared, and add an ASSERT() to make sure that
|m_master| is available when timer is fired.
BUG=355640
TEST=imports-custom-element-abort.html
R=dominicc
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169962
Patch Set 1 #Patch Set 2 : Updated #Messages
Total messages: 7 (0 generated)
|