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

@ -259,7 +259,7 @@ def generate_atoms(dist):
style_path = os.path.dirname(os.path.dirname(__file__))
atoms = collect_atoms(dist)
write_atom_macro(atoms, os.path.join(style_path, "gecko_string_cache/atom_macro.rs"))
write_pseudo_element_helper(atoms, os.path.join(style_path, "gecko/generated/gecko_pseudo_element_helper.rs"))
write_pseudo_element_helper(atoms, os.path.join(style_path, "gecko/generated/pseudo_element_helper.rs"))
if __name__ == "__main__":