DescriptionFix crash in MutationObserver::canDeliver due to NULL ExecutionContext
Rather than NULL-checking it directly, I've instead plumbed through
ActiveDOMCallback::canInvokeCallback(), which handles all the logic
MutationObserver was doing previously and also handles the NULL check.
The test case is crazy-looking because it was generated by ClusterFuzz.
I've simplified it as much as possible.
BUG=410755
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183827
Patch Set 1 #
Messages
Total messages: 14 (6 generated)
|