mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Make GeckoElement::has_class more specialized.
Bug: 1431421 Reviewed-by: xidorn MozReview-Commit-ID: 7LiSEamTCkX
This commit is contained in:
parent
b900664c1a
commit
0466e0b2bc
3 changed files with 26 additions and 31 deletions
|
@ -2195,7 +2195,7 @@ impl<'le> ::selectors::Element for GeckoElement<'le> {
|
|||
self.0,
|
||||
name,
|
||||
case_sensitivity,
|
||||
Gecko_ClassOrClassList,
|
||||
bindings::Gecko_HasClass,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue