Bug 1323957 - Follow-up to fix debug build bustage on the graphics branch. r=bustage

MozReview-Commit-ID: BXRfIJA1nwp
This commit is contained in:
Kartikaya Gupta 2017-01-18 14:55:47 -05:00
Родитель 2eb8dbabc9
Коммит 05c510435b
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -69,7 +69,6 @@ WebRenderPaintedLayer::PaintThebes()
Mutated();
ContentClientRemote* contentClientRemote = static_cast<ContentClientRemote*>(mContentClient.get());
MOZ_ASSERT(contentClientRemote->GetIPDLActor());
// Hold(this) ensures this layer is kept alive through the current transaction
// The ContentClient assumes this layer is kept alive (e.g., in CreateBuffer),