Bug 120885
| Summary: | MediaStreamAudioDestinationNode should inherit AudioNode | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Carlson <eric.carlson> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | Keywords: | BlinkMergeCandidate |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 121101 | ||
Eric Carlson
Consider merging https://chromium.googlesource.com/chromium/blink/+/e7da4601086891160bc7959eb952063321ca7385
MediaStreamAudioDestinationNode should inherit AudioNode, not AudioSourceNode
according to the specification:
https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#MediaElementAudioSourceNode
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Carlson
This was fixed as a part of r150924.