summarylogtreecommitdiffstats
path: root/0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch')
-rw-r--r--0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch b/0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch
deleted file mode 100644
index 6fd00ca1c5ad..000000000000
--- a/0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From e2d8a02d878aa27687f907b64fd41344ad1b2468 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= <emilio@crisal.io>
-Date: Tue, 30 Oct 2018 22:21:52 +0100
-Subject: [PATCH] Keep mozilla-release building with newer cbindgen versions.
-
----
- servo/components/style/cbindgen.toml | 8 +++++++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/servo/components/style/cbindgen.toml b/servo/components/style/cbindgen.toml
-index 46162e43db5e..1df99ffc5160 100644
---- a/servo/components/style/cbindgen.toml
-+++ b/servo/components/style/cbindgen.toml
-@@ -23,11 +23,17 @@ derive_helper_methods = true
-
- [export]
- prefix = "Style"
- include = [
- "StyleAppearance",
- "StyleDisplay",
- "StyleDisplayMode",
- "StyleFillRule",
-- "StylePathCommand"
-+ "StylePathCommand",
-+
-+ "Appearance",
-+ "Display",
-+ "DisplayMode",
-+ "FillRule",
-+ "PathCommand"
- ]
- item_types = ["enums", "structs", "typedefs"]
---
-2.17.2
-