mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Update bindinggen bits for gecko bug 1343078.
Both the set of atoms and the way they are represented in the atom list is changing a bit.
This commit is contained in:
parent
0dbee36915
commit
9a5a26078a
3 changed files with 38 additions and 19 deletions
|
@ -103,8 +103,11 @@
|
|||
pseudo_element!(":-moz-text",
|
||||
atom!(":-moz-text"),
|
||||
true);
|
||||
pseudo_element!(":-moz-other-non-element",
|
||||
atom!(":-moz-other-non-element"),
|
||||
pseudo_element!(":-moz-oof-placeholder",
|
||||
atom!(":-moz-oof-placeholder"),
|
||||
true);
|
||||
pseudo_element!(":-moz-first-letter-continuation",
|
||||
atom!(":-moz-first-letter-continuation"),
|
||||
true);
|
||||
pseudo_element!(":-moz-anonymous-block",
|
||||
atom!(":-moz-anonymous-block"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue