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:
Boris Zbarsky 2017-03-06 14:06:28 -05:00
parent 0dbee36915
commit 9a5a26078a
3 changed files with 38 additions and 19 deletions

View file

@ -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"),