mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Fix servo build.
This commit is contained in:
parent
85da1dda29
commit
226c9807df
4 changed files with 60 additions and 0 deletions
|
@ -700,6 +700,14 @@ impl ElementSnapshot for ServoElementSnapshot {
|
|||
false
|
||||
}
|
||||
|
||||
fn exported_part(&self, _: &Atom) -> Option<Atom> {
|
||||
None
|
||||
}
|
||||
|
||||
fn imported_part(&self, _: &Atom) -> Option<Atom> {
|
||||
None
|
||||
}
|
||||
|
||||
fn has_class(&self, name: &Atom, case_sensitivity: CaseSensitivity) -> bool {
|
||||
self.get_attr(&ns!(), &local_name!("class"))
|
||||
.map_or(false, |v| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue