style: Regenerate Gecko bindings.

This commit is contained in:
Cameron McCormack 2017-11-17 15:43:42 +08:00
parent 509007febb
commit e286ad7dca
2 changed files with 27 additions and 26 deletions

View file

@ -597,8 +597,6 @@ extern "C" {
pub fn Gecko_GetActiveLinkAttrDeclarationBlock ( element : RawGeckoElementBorrowed , ) -> RawServoDeclarationBlockStrongBorrowedOrNull ;
} extern "C" {
pub fn Gecko_IsPrivateBrowsingEnabled ( aDoc : * const nsIDocument , ) -> bool ;
} extern "C" {
pub fn Gecko_AreVisitedLinksEnabled ( ) -> bool ;
} extern "C" {
pub fn Gecko_GetAnimationRule ( aElementOrPseudo : RawGeckoElementBorrowed , aCascadeLevel : EffectCompositor_CascadeLevel , aAnimationValues : RawServoAnimationValueMapBorrowedMut , ) -> bool ;
} extern "C" {

File diff suppressed because one or more lines are too long