aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/build_gecko.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/build_gecko.rs')
-rw-r--r--components/style/build_gecko.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/style/build_gecko.rs b/components/style/build_gecko.rs
index 0420b498a73..6a524f6ddc0 100644
--- a/components/style/build_gecko.rs
+++ b/components/style/build_gecko.rs
@@ -226,6 +226,7 @@ mod bindings {
..CodegenConfig::nothing()
})
.header(add_include("nsStyleStruct.h"))
+ .include(add_include("mozilla/ServoPropPrefList.h"))
.header(add_include("mozilla/StyleAnimationValue.h"))
.include(add_include("gfxFontConstants.h"))
.include(add_include("nsThemeConstants.h"))
@@ -251,7 +252,8 @@ mod bindings {
"NS_STYLE_.*",
"NS_RADIUS_.*",
"BORDER_COLOR_.*",
- "BORDER_STYLE_.*"
+ "BORDER_STYLE_.*",
+ "mozilla::SERVO_PREF_.*",
];
let whitelist = [
"RawGecko.*",