Update to 3/4 nightly rustc.

This commit is contained in:
Josh Matthews 2020-03-04 15:08:18 -05:00
parent 7010178691
commit 51145cfd83
7 changed files with 24 additions and 24 deletions

View file

@ -331,7 +331,7 @@ impl BaseAudioContextMethods for BaseAudioContext {
self.listener.or_init(|| AudioListener::new(&window, self))
}
/// https://webaudio.github.io/web-audio-api/#dom-baseaudiocontext-onstatechange
// https://webaudio.github.io/web-audio-api/#dom-baseaudiocontext-onstatechange
event_handler!(statechange, GetOnstatechange, SetOnstatechange);
/// https://webaudio.github.io/web-audio-api/#dom-baseaudiocontext-createoscillator