mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +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,
|
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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue