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

@ -51,7 +51,7 @@ class CSSPseudoElementsAtomSource:
class CSSAnonBoxesAtomSource:
PATTERN = re.compile('^CSS_ANON_BOX\((.+),\s*"(.*)"\)')
PATTERN = re.compile('^(?:CSS_ANON_BOX|CSS_NON_INHERITING_ANON_BOX)\((.+),\s*"(.*)"\)')
FILE = "include/nsCSSAnonBoxList.h"
CLASS = "nsCSSAnonBoxes"
TYPE = "nsICSSAnonBoxPseudo"