Backed out 6 changesets (bug 1525314) for reftest failures at reftests/svg/filters/css-filters/saturate-zero.html om a CLOSED TREE

Backed out changeset 0ed2509b7191 (bug 1525314)
Backed out changeset af72d1c4c107 (bug 1525314)
Backed out changeset ab21a3ff4ae4 (bug 1525314)
Backed out changeset 02399933ac4b (bug 1525314)
Backed out changeset 95790a07a93c (bug 1525314)
Backed out changeset 28f52fd3934e (bug 1525314)
This commit is contained in:
Coroiu Cristina
2019-07-05 00:29:12 +03:00
parent ad12e7cb00
commit 21635a841e
45 changed files with 178 additions and 242 deletions

View File

@@ -678,10 +678,7 @@ void RenderThread::NotifyNotUsed(uint64_t aExternalImageId) {
}
auto it = mRenderTextures.find(aExternalImageId);
#ifndef MOZ_WIDGET_ANDROID
// This assert fails on GeckoView intermittently. Bug 1559958 tracks it.
MOZ_ASSERT(it != mRenderTextures.end());
#endif
if (it == mRenderTextures.end()) {
return;
}