From edf6e6a54f0f0ce4c749c0a1f7dd974e16220dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 30 Oct 2018 21:25:17 +0000 Subject: [PATCH] style: Update cbindgen due to breaking change. https://github.com/eqrion/cbindgen/pull/233 changed the way one of the options we use work. I think the new behavior is better, but we should do this sooner rather than later, and fix broken builds. Differential Revision: https://phabricator.services.mozilla.com/D10301 --- components/style/cbindgen.toml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/components/style/cbindgen.toml b/components/style/cbindgen.toml index 1c8d14e16e8..50252690054 100644 --- a/components/style/cbindgen.toml +++ b/components/style/cbindgen.toml @@ -38,19 +38,19 @@ derive_helper_methods = true [export] prefix = "Style" include = [ - "StyleAppearance", - "StyleComputedFontStretchRange", - "StyleComputedFontStyleDescriptor", - "StyleComputedFontWeightRange", - "StyleComputedTimingFunction", - "StyleDisplay", - "StyleDisplayMode", - "StyleFillRule", - "StyleFontDisplay", - "StyleFontFaceSourceListComponent", - "StyleFontLanguageOverride", - "StyleTimingFunction", - "StylePathCommand", - "StyleUnicodeRange", + "Appearance", + "ComputedFontStretchRange", + "ComputedFontStyleDescriptor", + "ComputedFontWeightRange", + "ComputedTimingFunction", + "Display", + "DisplayMode", + "FillRule", + "FontDisplay", + "FontFaceSourceListComponent", + "FontLanguageOverride", + "TimingFunction", + "PathCommand", + "UnicodeRange", ] item_types = ["enums", "structs", "typedefs"]