summaryrefslogtreecommitdiff
path: root/www-client/firefox/files/firefox-63.0.1-support-latest-cbindgen.patch
blob: 7b75e21cd5ee47c358d900563d8beb1330b4610e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
https://bugzilla.mozilla.org/show_bug.cgi?id=1503401

commit b85791110fe6
Author: Emilio Cobos Álvarez <emilio@crisal.io>
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
--- a/servo/components/style/cbindgen.toml
+++ b/servo/components/style/cbindgen.toml
@@ -28,6 +28,12 @@ include = [
   "StyleDisplay",
   "StyleDisplayMode",
   "StyleFillRule",
-  "StylePathCommand"
+  "StylePathCommand",
+
+  "Appearance",
+  "Display",
+  "DisplayMode",
+  "FillRule",
+  "PathCommand"
 ]
 item_types = ["enums", "structs", "typedefs"]