Bug 1131638 - Followup to fix bustage. CLOSED TREE

This commit is contained in:
Matt Woodrow 2015-03-03 18:31:20 +13:00
parent 1109a9b646
commit 2af8d4bf77

View File

@ -33,7 +33,7 @@ void VideoFrameContainer::SetCurrentFrame(const gfxIntSize& aIntrinsicSize,
Image* aImage,
TimeStamp aTargetTime)
{
if (!aImage->IsValid()) {
if (aImage && !aImage->IsValid()) {
return;
}