diff --git a/components/style/cbindgen.toml b/components/style/cbindgen.toml index 1c8d14e16e8cd..50252690054a6 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"]