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,
WebkitBox = 25,
WebkitInlineBox = 26,
Box = 27,
InlineBox = 28,
XulGrid = 29,
InlineXulGrid = 30,
XulGridGroup = 31,
XulGridLine = 32,
Stack = 33,
InlineStack = 34,
Deck = 35,
Groupbox = 36,
Popup = 37,
MozBox = 27,
MozInlineBox = 28,
MozGrid = 29,
MozInlineGrid = 30,
MozGridGroup = 31,
MozGridLine = 32,
MozStack = 33,
MozInlineStack = 34,
MozDeck = 35,
MozGroupbox = 36,
MozPopup = 37,
}
/**
* A class for holding strong references to handle-managed objects.

View file

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