diff options
Diffstat (limited to 'components/script/dom/htmlinputelement.rs')
-rwxr-xr-x | components/script/dom/htmlinputelement.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/htmlinputelement.rs b/components/script/dom/htmlinputelement.rs index 8c082a70e49..994691d956f 100755 --- a/components/script/dom/htmlinputelement.rs +++ b/components/script/dom/htmlinputelement.rs @@ -327,7 +327,7 @@ impl HTMLInputElement { } } - #[allow(unrooted_must_root)] + #[allow(crown::unrooted_must_root)] pub fn new( local_name: LocalName, prefix: Option<Prefix>, @@ -2066,7 +2066,7 @@ impl HTMLInputElement { } } - #[allow(unrooted_must_root)] + #[allow(crown::unrooted_must_root)] fn selection(&self) -> TextControlSelection<Self> { TextControlSelection::new(&self, &self.textinput) } |