зеркало из https://github.com/mozilla/gecko-dev.git
Bug 378369, Crash [@ nsEventListenerManager::FixContextMenuEvent] when firing contextmenu event in display: none iframe, r+sr=jst
This commit is contained in:
Родитель
88ee5251c6
Коммит
52be8d23c9
|
@ -1405,7 +1405,7 @@ nsEventListenerManager::FixContextMenuEvent(nsPresContext* aPresContext,
|
|||
nsEvent* aEvent,
|
||||
nsIDOMEvent** aDOMEvent)
|
||||
{
|
||||
nsIPresShell* shell = aPresContext->GetPresShell();
|
||||
nsIPresShell* shell = aPresContext ? aPresContext->GetPresShell() : nsnull;
|
||||
if (!shell) {
|
||||
// Nothing to do.
|
||||
return NS_OK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче