Regenerate bindings.

This commit is contained in:
Cameron McCormack 2016-12-05 21:48:53 -10:00
parent 0ff7b5f2de
commit b92c451b97
2 changed files with 22 additions and 22 deletions

View file

@ -2596,17 +2596,17 @@ pub enum StyleDisplay {
Contents = 24, Contents = 24,
WebkitBox = 25, WebkitBox = 25,
WebkitInlineBox = 26, WebkitInlineBox = 26,
Box = 27, MozBox = 27,
InlineBox = 28, MozInlineBox = 28,
XulGrid = 29, MozGrid = 29,
InlineXulGrid = 30, MozInlineGrid = 30,
XulGridGroup = 31, MozGridGroup = 31,
XulGridLine = 32, MozGridLine = 32,
Stack = 33, MozStack = 33,
InlineStack = 34, MozInlineStack = 34,
Deck = 35, MozDeck = 35,
Groupbox = 36, MozGroupbox = 36,
Popup = 37, MozPopup = 37,
} }
/** /**
* A class for holding strong references to handle-managed objects. * A class for holding strong references to handle-managed objects.

View file

@ -2570,17 +2570,17 @@ pub enum StyleDisplay {
Contents = 24, Contents = 24,
WebkitBox = 25, WebkitBox = 25,
WebkitInlineBox = 26, WebkitInlineBox = 26,
Box = 27, MozBox = 27,
InlineBox = 28, MozInlineBox = 28,
XulGrid = 29, MozGrid = 29,
InlineXulGrid = 30, MozInlineGrid = 30,
XulGridGroup = 31, MozGridGroup = 31,
XulGridLine = 32, MozGridLine = 32,
Stack = 33, MozStack = 33,
InlineStack = 34, MozInlineStack = 34,
Deck = 35, MozDeck = 35,
Groupbox = 36, MozGroupbox = 36,
Popup = 37, MozPopup = 37,
} }
/** /**
* A class for holding strong references to handle-managed objects. * A class for holding strong references to handle-managed objects.