mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 556487 - drop layer on dead child plugin process. r=roc a=blocking2.0
This commit is contained in:
parent
60103e85b5
commit
b655f6f31d
@ -1727,7 +1727,9 @@ nsObjectFrame::BuildLayer(nsDisplayListBuilder* aBuilder,
|
||||
mInstanceOwner->GetInstance(*getter_AddRefs(pi));
|
||||
// Give plugin info about layer paint
|
||||
if (pi) {
|
||||
pi->NotifyPainted();
|
||||
if (NS_FAILED(pi->NotifyPainted())) {
|
||||
return nsnull;
|
||||
}
|
||||
}
|
||||
|
||||
if (!layer)
|
||||
|
Loading…
Reference in New Issue
Block a user