mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
test-tidy fixes
This commit is contained in:
parent
f0a691e474
commit
21cb160be3
10 changed files with 43 additions and 23 deletions
|
@ -46,6 +46,7 @@ impl AudioDestinationNode {
|
|||
}
|
||||
|
||||
impl AudioDestinationNodeMethods for AudioDestinationNode {
|
||||
// https://webaudio.github.io/web-audio-api/#dom-audiodestinationnode-maxchannelcount
|
||||
fn MaxChannelCount(&self) -> u32 {
|
||||
MAX_CHANNEL_COUNT
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue