Closed
Bug 1048989
Opened 11 years ago
Closed 11 years ago
Fix 'useless expression' warnings with MERGED_COMPONENT
Categories
(Firefox Health Report Graveyard :: Client: Desktop, defect)
Firefox Health Report Graveyard
Client: Desktop
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 34
People
(Reporter: birunthan, Assigned: birunthan)
Details
Attachments
(1 file)
|
6.82 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
When HealthReport.jsm, Metrics.jsm or DataReportingService.js are loaded, the log is spewed with a bunch of warnings like this:
System JS : WARNING resource://gre/modules/HealthReport.jsm:241 - useless expression
System JS : WARNING resource://gre/modules/Metrics.jsm:26 - useless expression
The is due the `"use strict";` expressions in the #included files.
Attachment #8467883 -
Flags: review?(gps)
Updated•11 years ago
|
Attachment #8467883 -
Flags: review?(gps) → review+
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 34
Updated•7 years ago
|
Product: Firefox Health Report → Firefox Health Report Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•