Index: head/www/firefox/files/patch-bug1503401 =================================================================== --- head/www/firefox/files/patch-bug1503401 (nonexistent) +++ head/www/firefox/files/patch-bug1503401 (revision 483606) @@ -0,0 +1,29 @@ +commit b85791110fe6 +Author: Emilio Cobos Álvarez +Date: Tue Oct 30 22:21:52 2018 +0100 + + Keep mozilla-release building with newer cbindgen versions. +--- + servo/components/style/cbindgen.toml | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git servo/components/style/cbindgen.toml servo/components/style/cbindgen.toml +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", +- "StylePathCommand" ++ "Appearance", ++ "Display", ++ "DisplayMode", ++ "FillRule", ++ "PathCommand" + ] + item_types = ["enums", "structs", "typedefs"] Property changes on: head/www/firefox/files/patch-bug1503401 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property