Bug 826829 - Change PImageContainer::Flush() to synchronous to prevent abort. r=kanru

This commit is contained in:
Sotaro Ikeda 2013-01-14 20:15:03 -05:00
parent 9465773f5f
commit 093f6d96f1

View File

@ -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__)