auto merge of #1689 : jdm/servo/unions, r=kmcallister

Seven hours on a train without internet will do this to you. Fixes #541.
This commit is contained in:
bors-servo 2014-02-24 20:01:39 -05:00
commit df993fdaf3
10 changed files with 631 additions and 63 deletions

View file

@ -40,6 +40,8 @@ pub mod dom {
pub mod PrototypeList;
pub mod RegisterBindings;
pub mod BindingDeclarations;
pub mod UnionConversions;
pub mod UnionTypes;
}
}