stylo: Update generated bindings

This commit is contained in:
Emilio Cobos Álvarez 2016-07-19 01:20:19 -07:00
parent 611e611215
commit f44e31aa58
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
4 changed files with 619 additions and 11 deletions

View file

@ -23,7 +23,7 @@ pub use servo_selector_impl::{ServoSelectorImpl as TheSelectorImpl, ServoElement
pub use gecko_selector_impl::*;
#[cfg(feature = "gecko")]
pub use gecko_selector_impl::{GeckoSelectorImpl as TheSelectorImpl, GeckoElementSnapshot as ElementSnapshot};
pub use gecko_selector_impl::{GeckoSelectorImpl as TheSelectorImpl};
/// This function determines if a pseudo-element is eagerly cascaded or not.
///