Closed
Bug 1399191
Opened 2 years ago
Closed 2 years ago
Fix TPS calling CommonUtils.namedTimer with undefined.
Categories
(Firefox :: Sync, enhancement)
Firefox
Sync
Not set
Tracking
()
RESOLVED
FIXED
Firefox 57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: tcsc, Assigned: tcsc)
Details
Attachments
(1 file)
This is fallout from the strict mode changes and (seems) to be causing a large number of failures on stage. Straightforward patch,
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•2 years ago
|
||
mozreview-review |
Comment on attachment 8907163 [details] Bug 1399191 - Use an arrow function to avoid an undefined this value when calling namedTimer. https://reviewboard.mozilla.org/r/178848/#review184004
Attachment #8907163 -
Flags: review?(markh) → review+
Pushed by tchiovoloni@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b8cb090f952b Use an arrow function to avoid an undefined this value when calling namedTimer. r=markh
![]() |
||
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b8cb090f952b
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
You need to log in
before you can comment on or make changes to this bug.
Description
•