Add stub Activatable trait

This commit is contained in:
Manish Goregaokar 2014-11-16 03:17:54 +05:30
parent 7d51a543d8
commit e2376a64bf
2 changed files with 28 additions and 0 deletions

View file

@ -82,6 +82,7 @@ pub mod dom {
#[path="bindings/codegen/InterfaceTypes.rs"]
pub mod types;
pub mod activation;
pub mod attr;
pub mod blob;
pub mod browsercontext;