diff options
author | Cameron McCormack <cam@mcc.id.au> | 2016-12-03 23:06:36 -1000 |
---|---|---|
committer | Cameron McCormack <cam@mcc.id.au> | 2016-12-03 23:06:36 -1000 |
commit | 2b0d76d825dbf9435c3ac61cfd38c0169747bc66 (patch) | |
tree | 71d8ab813510db84dcf100e61c97d06377b3a20b /components/style/binding_tools/regen.py | |
parent | ea59e7bb68e83ac2631dcdad24f270bff68092eb (diff) | |
download | servo-2b0d76d825dbf9435c3ac61cfd38c0169747bc66.tar.gz servo-2b0d76d825dbf9435c3ac61cfd38c0169747bc66.zip |
Update regen.py for recent mozilla-central changes.
Diffstat (limited to 'components/style/binding_tools/regen.py')
-rwxr-xr-x | components/style/binding_tools/regen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/binding_tools/regen.py b/components/style/binding_tools/regen.py index 62f5a719daf..e220c9cdeda 100755 --- a/components/style/binding_tools/regen.py +++ b/components/style/binding_tools/regen.py @@ -96,6 +96,7 @@ COMPILATION_TARGETS = { "FrameRequestCallback", "gfxAlternateValue", "gfxFontFeature", + "gfxFontVariation", "GridNamedArea", "Image", "ImageURL", @@ -291,7 +292,6 @@ COMPILATION_TARGETS = { "nsIURI", "nsMainThreadPtrHolder", "nsRestyleHint", - "nsString", "nsStyleBackground", "nsStyleBorder", "nsStyleColor", |