Backed out changeset b10e6ba9cbdb because gecko part had to be backed out. r=backout on a CLOSED TREE

Backs out https://github.com/servo/servo/pull/17796
This commit is contained in:
Gecko Backout 2017-07-20 13:42:53 +00:00 committed by moz-servo-sync
parent fa34af609f
commit b96d96d448
6 changed files with 10 additions and 18 deletions

View file

@ -137,10 +137,6 @@ impl ComputedValues {
let atom = Atom::from(atom);
PseudoElement::from_atom(&atom)
}
pub fn as_style_context(&self) -> &::gecko_bindings::structs::mozilla::ServoStyleContext {
&self.0
}
}
impl Drop for ComputedValues {