Skip to content

Commit 18c74ea

Browse files
committed
Fix compile warning with native controls patch
1 parent 71fa9d8 commit 18c74ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servo/components/style/gecko/media_features.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ fn eval_scripting(context: &Context, query_value: Option<Scripting>) -> bool {
614614
}
615615
}
616616

617-
fn eval_moz_ev_native_controls_patch(context: &Context) -> bool {
617+
fn eval_moz_ev_native_controls_patch(_context: &Context) -> bool {
618618
true
619619
}
620620

0 commit comments

Comments
 (0)