Auto merge of #13477 - Manishearth:regen, r=emilio

Regenerate bindings

r? @emilio

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13477)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-09-30 08:39:50 -05:00 committed by GitHub
commit c834e57f4d
5 changed files with 3488 additions and 3482 deletions

View file

@ -117,8 +117,8 @@ def write_atom_macro(atoms, file_name):
with open(file_name, "wb") as f: with open(file_name, "wb") as f:
f.write(PRELUDE) f.write(PRELUDE)
f.write("use style::gecko_bindings::structs::nsIAtom;\n\n") f.write("use gecko_bindings::structs::nsIAtom;\n\n")
f.write("use Atom;\n\n") f.write("use string_cache::Atom;\n\n")
for source in SOURCES: for source in SOURCES:
if source.TYPE != "nsIAtom": if source.TYPE != "nsIAtom":
f.write("pub enum {} {{}}\n\n".format(source.TYPE)) f.write("pub enum {} {{}}\n\n".format(source.TYPE))

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff