mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Update to use latest servo-media
This commit is contained in:
parent
53d4933a40
commit
4602951656
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ impl BaseAudioContext {
|
|||
) -> BaseAudioContext {
|
||||
let mut context = BaseAudioContext {
|
||||
reflector_: Reflector::new(),
|
||||
audio_graph: ServoMedia::get().unwrap().create_audio_graph().unwrap(),
|
||||
audio_graph: ServoMedia::get().unwrap().create_audio_graph(),
|
||||
destination: None,
|
||||
current_time: 0.,
|
||||
sample_rate,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue