Closed Bug 1540396 Opened 5 years ago Closed 5 years ago

Remove Array.slice and Array.map from PageStyleChild.jsm

Categories

(Firefox :: Menus, enhancement, P1)

enhancement

Tracking

()

RESOLVED FIXED
Firefox 68
Tracking Status
firefox68 --- fixed

People

(Reporter: evilpie, Assigned: evilpie)

References

Details

Attachments

(1 file)

This produces a ton of warnings since I landed Bug 1536860.

Array.slice is deprecated; use Array.prototype.slice instead PageStyleChild.jsm:30:28
Array.map is deprecated; use Array.prototype.map instead PageStyleChild.jsm:31:27

Status: NEW → ASSIGNED
Priority: -- → P1
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/80fcea2e4efc
Remove Array.slice and Array.map from PageStyleChild.jsm. r=mconley
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 68
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: