diff options
Diffstat (limited to 'components/script/dom/vrframedata.rs')
-rw-r--r-- | components/script/dom/vrframedata.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/vrframedata.rs b/components/script/dom/vrframedata.rs index b7b8c743080..d4e92433f10 100644 --- a/components/script/dom/vrframedata.rs +++ b/components/script/dom/vrframedata.rs @@ -71,6 +71,7 @@ impl VRFrameData { root } + #[allow(non_snake_case)] pub fn Constructor(window: &Window) -> Fallible<DomRoot<VRFrameData>> { Ok(VRFrameData::new(&window.global())) } |