mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
stylo: Use the improved version of Gecko_GetStyleContext()
This commit is contained in:
parent
ad5fb58e07
commit
d85a60e366
3 changed files with 5 additions and 10 deletions
|
@ -34,7 +34,7 @@ pub struct PseudoElement(Atom, bool);
|
|||
|
||||
impl PseudoElement {
|
||||
#[inline]
|
||||
fn as_atom(&self) -> &Atom {
|
||||
pub fn as_atom(&self) -> &Atom {
|
||||
&self.0
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue