Bug 1532257 - Remove frequently-failing assertion. r=mattwoodrow

We're gonna delete all this code imminently anyway.

Differential Revision: https://phabricator.services.mozilla.com/D25932

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kartikaya Gupta 2019-04-03 13:42:56 +00:00
parent 78b73b590c
commit 5ebdd74a25

View File

@ -205,7 +205,6 @@ LayersBackend LayerManagerMLGPU::GetBackendType() {
void LayerManagerMLGPU::SetRoot(Layer* aLayer) { mRoot = aLayer; }
bool LayerManagerMLGPU::BeginTransaction(const nsCString& aURL) {
MOZ_ASSERT(!mTarget);
return true;
}