mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 636093: Remove assertion that's no longer asserting what it was intended to. r=roc a=a
This commit is contained in:
parent
75fe047e55
commit
184d25116b
@ -1743,8 +1743,6 @@ public:
|
||||
}
|
||||
virtual ~BasicShadowableThebesLayer()
|
||||
{
|
||||
NS_ABORT_IF_FALSE(!HasShadow() || !BasicManager()->InTransaction(),
|
||||
"Shadow layers can't be destroyed during txns!");
|
||||
if (IsSurfaceDescriptorValid(mBackBuffer))
|
||||
BasicManager()->ShadowLayerForwarder::DestroySharedSurface(&mBackBuffer);
|
||||
MOZ_COUNT_DTOR(BasicShadowableThebesLayer);
|
||||
|
Loading…
Reference in New Issue
Block a user