diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2019-06-26 16:34:50 -0700 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2019-07-01 17:42:46 -0700 |
commit | c19240a454ffce05b8fc5d381ea22209746b1890 (patch) | |
tree | 0735822ad5c0f12c9512277c510127ce962b5162 /components/script/dom/mod.rs | |
parent | faea7716cf6cacf98f8300f021ff744b74190b8b (diff) | |
download | servo-c19240a454ffce05b8fc5d381ea22209746b1890.tar.gz servo-c19240a454ffce05b8fc5d381ea22209746b1890.zip |
Update to latest xrtest api
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 77729567558..d20b68c92b7 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -301,7 +301,7 @@ pub mod eventsource; pub mod eventtarget; pub mod extendableevent; pub mod extendablemessageevent; -pub mod fakexrdevicecontroller; +pub mod fakexrdevice; pub mod file; pub mod filelist; pub mod filereader; |