DescriptionProtect documents from deletion when their onload removes them
When an XML document is the src of an iframe, and the onload method
changes the src to something else, the XML document may be garbage
collected before the original load is completed. Bad things result.
In this patch we protect the document in Document::finishedParsing.
R=abarth@chromium.org,eseidel@chromium.org,inferno@chromium.org
BUG=260428
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=154680
Patch Set 1 #
Total comments: 1
Messages
Total messages: 16 (0 generated)
|