зеркало из https://github.com/mozilla/gecko-dev.git
Fix assert in debug builds.
This commit is contained in:
Родитель
5f8b0724dd
Коммит
10178eec57
|
@ -297,8 +297,8 @@
|
|||
</implementation>
|
||||
<handlers>
|
||||
<handler event="DOMMenuBarActive">
|
||||
if (!this._statusbar)
|
||||
this._statusbar = document.getElementById(this.statusbar);
|
||||
if (!this.statusbar) return;
|
||||
this._statusbar = document.getElementById(this.statusbar);
|
||||
if (!this._statusbar)
|
||||
return;
|
||||
this._active = true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче