Closed
Bug 1226093
Opened 8 years ago
Closed 8 years ago
[EME] Remove IsTypeSupportedResult from MediaKeys.webidl
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: cpearce, Assigned: cpearce)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
965 bytes,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
MediaKeys.webidl includes on line 13: enum IsTypeSupportedResult { "" /* empty string */, "maybe", "probably" }; This is never used, and must be a left over from the navigator.requestMediaKeySystemAccess() changes.
Assignee | ||
Comment 1•8 years ago
|
||
MediaKeys.webidl contains an IsTypeSupportedResult enum that is no longer used, and is a left over from a previous iteration of the spec. It should be removed.
Attachment #8689331 -
Flags: review?(bzbarsky)
![]() |
||
Comment 2•8 years ago
|
||
Comment on attachment 8689331 [details] [diff] [review] Patch: Remove unused IsTypeSupportedResult enum from MediaKeys.webidl r=me
Attachment #8689331 -
Flags: review?(bzbarsky) → review+
Comment 4•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d8994bf72783
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in
before you can comment on or make changes to this bug.
Description
•