Closed
Bug 1371282
Opened 8 years ago
Closed 5 years ago
JavaScript error: browser/components/nsBrowserGlue.js, line 994: TypeError: win is null
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: florian, Unassigned)
References
Details
(Keywords: regression)
http://searchfox.org/mozilla-central/rev/1a054419976437d0778a2b89be1b00207a744e94/browser/components/nsBrowserGlue.js#994
_sendMediaTelemetry() {
let win = RecentWindow.getMostRecentBrowserWindow();
let v = win.document.createElementNS("http://www.w3.org/1999/xhtml", "video");
RecentWindow.getMostRecentBrowserWindow() can return null, especially on Mac where we can keep the process in the dock without having any browser window.
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•