Closed
Bug 1120051
Opened 10 years ago
Closed 10 years ago
Remove nonstandard let block from ForgetAboutSite.jsm
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox36 | --- | unaffected |
firefox37 | --- | affected |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
2.01 KB,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
let blocks are a nonstandard language extension in SpiderMonkey that we would like to remove.
Attachment #8546982 -
Flags: review?(dtownsend)
Assignee | ||
Comment 1•10 years ago
|
||
Comment on attachment 8546982 [details] [diff] [review]
remove-let-block.patch
Review of attachment 8546982 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/forgetaboutsite/ForgetAboutSite.jsm
@@ +112,1 @@
> let list = yield Downloads.getList(Downloads.ALL);
I forgot to mention that I also upgraded this nonstandard legacy generator to an ES6 generator. Legacy generators are another SpiderMonkey language extension we'd like to remove.
Updated•10 years ago
|
Attachment #8546982 -
Flags: review?(dtownsend) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•