www/firefox: restore cbindgen < 0.6.7 support (after r483606)

dist/include/nsStyleStruct.h:1896:3: error: unknown type name 'StyleFillRule'
dist/include/nsStyleStruct.h:2134:12: error: no type named 'StyleDisplay' in namespace 'mozilla'

PR:		229893
Reported by:	yuripv
Obtained from:	upstream
This commit is contained in:
Jan Beich 2018-11-01 05:53:12 +00:00
parent 192034c109
commit e82653dbdc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483638

View file

@ -11,15 +11,13 @@ diff --git servo/components/style/cbindgen.toml servo/components/style/cbindgen.
index 46162e43db5e..49872e88b7d9 100644
--- servo/components/style/cbindgen.toml
+++ servo/components/style/cbindgen.toml
@@ -24,10 +24,10 @@ derive_helper_methods = true
[export]
prefix = "Style"
include = [
- "StyleAppearance",
- "StyleDisplay",
- "StyleDisplayMode",
- "StyleFillRule",
@@ -28,6 +28,12 @@ include = [
"StyleDisplay",
"StyleDisplayMode",
"StyleFillRule",
- "StylePathCommand"
+ "StylePathCommand",
+
+ "Appearance",
+ "Display",
+ "DisplayMode",