Bug 1493616. Add some logging to help debug this crash.

--HG--
extra : rebase_source : 5b847544605d7b59b31ddca70be6176df0e8edb2
This commit is contained in:
Jeff Muizelaar 2018-09-29 19:05:18 -04:00
Родитель 6d7998277a
Коммит 1e25d9fc35
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -9,6 +9,7 @@
#include "BasicLayers.h"
#include "mozilla/AutoRestore.h"
#include "mozilla/gfx/2D.h"
#include "mozilla/gfx/Logging.h"
#include "mozilla/gfx/Types.h"
#include "mozilla/layers/ClipManager.h"
#include "mozilla/layers/ImageClient.h"
@ -746,6 +747,7 @@ struct DIGroup
data->mInvalid = false;
} else {
BlobItemData* data = GetBlobItemData(item);
gfxCriticalError() << "DisplayItem" << item->Name() << "should be invalid";
// if the item is invalid it needs to be fully contained
MOZ_RELEASE_ASSERT(!data->mInvalid);
}