Rename gecko_ prefix of pseudo_element_helper file.

This commit is contained in:
Xidorn Quan 2017-05-08 11:40:30 +10:00
parent a60e5f0218
commit 869e5e025e
4 changed files with 5 additions and 5 deletions

View file

@ -46,7 +46,7 @@ fn assert_basic_pseudo_elements() {
};
}
include!("../../../components/style/gecko/generated/gecko_pseudo_element_helper.rs");
include!("../../../components/style/gecko/generated/pseudo_element_helper.rs");
assert!(saw_before);
assert!(saw_after);