Closed
Bug 1570490
Opened 6 years ago
Closed 6 years ago
Remove some unnecessary "callback" argument name escapes in webidl
Categories
(Core :: DOM: Bindings (WebIDL), task)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file)
Argument names can include various final tokens in Web IDL, and in particular, having an argument named "callback" is perfectly valid. No need to escape as "_callback".
![]() |
Assignee | |
Comment 1•6 years ago
|
||
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0d74120b4ccb
Remove some unnecessary argument name escapes. r=mccr8
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•