mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 875717 - TypeError: window.fontInspector is undefined in chrome://browser/content/devtools/fontinspector/font-inspector.js:228 r=harthur
This commit is contained in:
parent
f06ae00c38
commit
3a9ba1582a
@ -225,5 +225,7 @@ window.setPanel = function(panel) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
window.onunload = function() {
|
window.onunload = function() {
|
||||||
window.fontInspector.destroy();
|
if (window.fontInspector) {
|
||||||
|
window.fontInspector.destroy();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user