Update servo-media

This commit is contained in:
Manish Goregaokar 2019-02-12 15:20:58 -08:00
parent 1d8f7574d8
commit 407d88f97d
5 changed files with 21 additions and 11 deletions

View file

@ -9,7 +9,7 @@ use crate::dom::bindings::root::DomRoot;
use crate::dom::eventtarget::EventTarget;
use crate::dom::globalscope::GlobalScope;
use dom_struct::dom_struct;
use servo_media::webrtc::MediaStream as BackendMediaStream;
use servo_media::streams::MediaStream as BackendMediaStream;
use std::mem;
#[dom_struct]