mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Regenerate bindings.
This commit is contained in:
parent
0ff7b5f2de
commit
b92c451b97
2 changed files with 22 additions and 22 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue