diff options
author | Ravi Shankar <wafflespeanut@gmail.com> | 2016-10-09 22:40:51 +0530 |
---|---|---|
committer | Ravi Shankar <wafflespeanut@gmail.com> | 2016-10-09 22:40:51 +0530 |
commit | 2b4d301fbf72d957fb5bfcb68dd7bf2b0d8955fe (patch) | |
tree | 169f0d861834ec2ae49799f196e0e05ca2e4c06d /components/style/binding_tools/regen.py | |
parent | 804317c8858a096eb99e1ff0baf860dbdfcbb04d (diff) | |
download | servo-2b4d301fbf72d957fb5bfcb68dd7bf2b0d8955fe.tar.gz servo-2b4d301fbf72d957fb5bfcb68dd7bf2b0d8955fe.zip |
Import NS_FONT_* constants for font-* glue
Diffstat (limited to 'components/style/binding_tools/regen.py')
-rwxr-xr-x | components/style/binding_tools/regen.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/style/binding_tools/regen.py b/components/style/binding_tools/regen.py index 49593e91f74..da703c497ff 100755 --- a/components/style/binding_tools/regen.py +++ b/components/style/binding_tools/regen.py @@ -74,8 +74,7 @@ COMPILATION_TARGETS = { "whitelist_vars": [ "NS_THEME_.*", "NODE_.*", - "NS_FONT_STRETCH_.*", - "NS_FONT_STYLE_.*", + "NS_FONT_.*", "NS_STYLE_.*", "NS_CORNER_.*", "NS_RADIUS_.*", |