From 854258c76ebc4c3c8c87c836297b91107fb83f1d Mon Sep 17 00:00:00 2001 From: Ravi Shankar Date: Mon, 3 Oct 2016 20:40:34 +0530 Subject: [PATCH] Add NS_FONT_STRETCH_* to bindgen script --- components/style/binding_tools/regen.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/style/binding_tools/regen.py b/components/style/binding_tools/regen.py index c29aa936f54..18fef011d74 100755 --- a/components/style/binding_tools/regen.py +++ b/components/style/binding_tools/regen.py @@ -48,6 +48,7 @@ COMPILATION_TARGETS = { "--ignore-methods", ], "includes": [ + "{}/dist/include/gfxFontConstants.h", "{}/dist/include/nsThemeConstants.h", "{}/dist/include/mozilla/dom/AnimationEffectReadOnlyBinding.h", "{}/dist/include/mozilla/ServoElementSnapshot.h", @@ -73,6 +74,7 @@ COMPILATION_TARGETS = { "whitelist_vars": [ "NS_THEME_.*", "NODE_.*", + "NS_FONT_STRETCH_.*", "NS_FONT_STYLE_.*", "NS_STYLE_.*", "NS_CORNER_.*",