mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 623447 - ASSERTION: AreDialogsBlocked() called without a top window, r=jst a=jonas
--HG-- extra : rebase_source : 76a7871d86d5f84fb0978713b60b4c699298e7a3
This commit is contained in:
parent
fc5ace8d13
commit
d2b2b8d37a
@ -2554,7 +2554,7 @@ nsGlobalWindow::AreDialogsBlocked()
|
||||
{
|
||||
nsGlobalWindow *topWindow = GetTop();
|
||||
if (!topWindow) {
|
||||
NS_ERROR("AreDialogsBlocked() called without a top window?");
|
||||
NS_ASSERTION(!mDocShell, "AreDialogsBlocked() called without a top window?");
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user