Chromium Code Reviews
DescriptionCrash fix: Ignore mojo Create() calls after RFH is dead.
Mojo posted tasks to call the RemoterFactory's Create() method; but
while these tasks were posted before the associated RenderFrameHost was
destroyed, they were being run after the RFH was destroyed. This change
solves the problem by storing the process/routing IDs of the RFH and
performing a look-up-by-ID before each use of the RFH.
BUG=655686
Committed: https://crrev.com/951fc9d0e3dc2db9666b803eab941bf4c53c0a4d
Cr-Commit-Position: refs/heads/master@{#426146}
Patch Set 1 #
Messages
Total messages: 12 (5 generated)
|
||||||||||||||||||||||||||||