mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
Bug 826829 - Change PImageContainer::Flush() to synchronous to prevent abort. r=kanru
This commit is contained in:
parent
9465773f5f
commit
093f6d96f1
@ -44,7 +44,7 @@ parent:
|
||||
|
||||
// Tells the parent side to dispose of its shared images (most likely because the
|
||||
// video element is still alive but will not be displayed for a moment).
|
||||
async Flush();
|
||||
sync Flush();
|
||||
|
||||
// After receiving this message, the ImageContainerParent will not return images
|
||||
// back to the child side (to avoid a race between ReturnImage and __delete__)
|
||||
|
Loading…
Reference in New Issue
Block a user