Bug 1093785 - Remove RasterImage::FinishedSomeDecoding recursive notification warning. r=tn

--HG--
extra : rebase_source : 5d2dda5be793dcdc3ab680c9f13a691bbca13448
This commit is contained in:
Seth Fowler 2014-11-17 14:29:57 -08:00
Родитель effc480bd0
Коммит 7dd69d9a3e
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -3000,7 +3000,6 @@ RasterImage::FinishedSomeDecoding(eShutdownIntent aIntent /* = eShutdownIntent_D
// because they cause subtle concurrency bugs, so we'll delay sending out
// the notifications until we pop back to the lowest invocation of
// FinishedSomeDecoding on the stack.
NS_WARNING("Recursively notifying in RasterImage::FinishedSomeDecoding!");
mNotifyProgress |= progress;
mNotifyInvalidRect.Union(invalidRect);
} else {