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