Closed
Bug 1765961
Opened 3 years ago
Closed 3 years ago
Avoid some warning spam in nsGlobalWindowOuter.cpp
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
101 Branch
| Tracking | Status | |
|---|---|---|
| firefox101 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•3 years ago
|
||
NS_ENSURE_TRUE prints to stderr, which is noisy (this can happen
legitimately).
Updated•3 years ago
|
Type: defect → task
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5e0be3540e6e
Avoid some warning spam in nsGlobalWindowOuter. r=smaug
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•