diff options
author | Martin Robinson <mrobinson@igalia.com> | 2024-07-24 16:37:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-24 14:37:08 +0000 |
commit | 569fd5d8b580b9b9e5f9746f239a24caa857b71e (patch) | |
tree | c0fec38e8e840725681ac59de0a2c1dcaa5a7f8c /components/script/dom/htmltextareaelement.rs | |
parent | 60e65c175dcc6dda08161f3a3f56510fc88ddceb (diff) | |
download | servo-569fd5d8b580b9b9e5f9746f239a24caa857b71e.tar.gz servo-569fd5d8b580b9b9e5f9746f239a24caa857b71e.zip |
Upgrade stylo to 2024-07-16 (#32812)
* Upgrade stylo to 2024-07-16
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
* Use the new `dom` crate from stylo
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
---------
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Oriol Brufau <obrufau@igalia.com>
Diffstat (limited to 'components/script/dom/htmltextareaelement.rs')
-rwxr-xr-x | components/script/dom/htmltextareaelement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmltextareaelement.rs b/components/script/dom/htmltextareaelement.rs index 30b199f7941..a6cfde252e5 100755 --- a/components/script/dom/htmltextareaelement.rs +++ b/components/script/dom/htmltextareaelement.rs @@ -11,7 +11,7 @@ use html5ever::{local_name, namespace_url, ns, LocalName, Prefix}; use js::rust::HandleObject; use script_traits::ScriptToConstellationChan; use style::attr::AttrValue; -use style_traits::dom::ElementState; +use style_dom::ElementState; use crate::dom::attr::Attr; use crate::dom::bindings::cell::DomRefCell; |