mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
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:
commit
c834e57f4d
5 changed files with 3488 additions and 3482 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue