зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1586411 - Don't crash if AttachLayerManager fails. r=rhunt
Differential Revision: https://phabricator.services.mozilla.com/D53760 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
220b57cf81
Коммит
ad010d29d3
|
@ -140,9 +140,7 @@ void BrowserBridgeParent::Destroy() {
|
|||
IPCResult BrowserBridgeParent::RecvShow(const ScreenIntSize& aSize,
|
||||
const bool& aParentIsActive,
|
||||
const nsSizeMode& aSizeMode) {
|
||||
if (!mBrowserParent->AttachLayerManager()) {
|
||||
MOZ_CRASH();
|
||||
}
|
||||
mBrowserParent->AttachLayerManager();
|
||||
Unused << mBrowserParent->SendShow(aSize, mBrowserParent->GetShowInfo(),
|
||||
aParentIsActive, aSizeMode);
|
||||
return IPC_OK();
|
||||
|
|
Загрузка…
Ссылка в новой задаче