diff options
author | Oriol Brufau <obrufau@igalia.com> | 2024-03-30 14:30:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-30 13:30:13 +0000 |
commit | fff9ef87e6dcd7ccc17f9c6e9a483b70654e1a41 (patch) | |
tree | 98cf7c9e0b506ab91e5020c84567bdb77c6a6342 /components/script/dom/htmltablerowelement.rs | |
parent | a7ad92d9a3411e97244b3e1bbd4d939a3af83a32 (diff) | |
download | servo-fff9ef87e6dcd7ccc17f9c6e9a483b70654e1a41.tar.gz servo-fff9ef87e6dcd7ccc17f9c6e9a483b70654e1a41.zip |
Update Stylo to 2023-10-16 (#31932)
* Update Stylo to 2023-10-16
* Fixup for https://phabricator.services.mozilla.com/D185154
* Fixup for https://phabricator.services.mozilla.com/D188216
* Fixup for https://phabricator.services.mozilla.com/D185677
* Fixup for https://phabricator.services.mozilla.com/D188566
* Fixup for https://phabricator.services.mozilla.com/D188727
* Fixup for https://phabricator.services.mozilla.com/D189475
* Fixup for https://phabricator.services.mozilla.com/D189521
* Fixup for https://phabricator.services.mozilla.com/D188812
* Fixup for https://phabricator.services.mozilla.com/D189484
* Update test expectations
Diffstat (limited to 'components/script/dom/htmltablerowelement.rs')
-rw-r--r-- | components/script/dom/htmltablerowelement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmltablerowelement.rs b/components/script/dom/htmltablerowelement.rs index c400ac8011a..6f794a9b4e6 100644 --- a/components/script/dom/htmltablerowelement.rs +++ b/components/script/dom/htmltablerowelement.rs @@ -2,11 +2,11 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ -use cssparser::RgbaLegacy; use dom_struct::dom_struct; use html5ever::{local_name, namespace_url, ns, LocalName, Prefix}; use js::rust::HandleObject; use style::attr::AttrValue; +use style::color::parsing::RgbaLegacy; use crate::dom::bindings::codegen::Bindings::HTMLTableElementBinding::HTMLTableElementMethods; use crate::dom::bindings::codegen::Bindings::HTMLTableRowElementBinding::HTMLTableRowElementMethods; |