stylo: Use the improved version of Gecko_GetStyleContext()

This commit is contained in:
Emilio Cobos Álvarez 2016-08-11 22:00:22 -07:00
parent ad5fb58e07
commit d85a60e366
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 5 additions and 10 deletions

View file

@ -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
}