зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1493616. Add some logging to help debug this crash.
--HG-- extra : rebase_source : 5b847544605d7b59b31ddca70be6176df0e8edb2
This commit is contained in:
Родитель
6d7998277a
Коммит
1e25d9fc35
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче