diff options
author | Ms2ger <ms2ger@gmail.com> | 2014-07-16 14:18:52 +0200 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2014-07-16 14:53:22 +0200 |
commit | d40b97ea73a885479c1fb1d09f44c61ea1fbec3b (patch) | |
tree | b0731b550bc07d29b9fcd0a36a10fbaa0f3f4cc1 /src/components/script/script.rs | |
parent | e8996d5ce57c473c33b3bf5c140f7e91dd811e91 (diff) | |
download | servo-d40b97ea73a885479c1fb1d09f44c61ea1fbec3b.tar.gz servo-d40b97ea73a885479c1fb1d09f44c61ea1fbec3b.zip |
Implement MessageEvent.
Diffstat (limited to 'src/components/script/script.rs')
-rw-r--r-- | src/components/script/script.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/script/script.rs b/src/components/script/script.rs index e5a3ab69867..b95db6c76ce 100644 --- a/src/components/script/script.rs +++ b/src/components/script/script.rs @@ -159,6 +159,7 @@ pub mod dom { pub mod htmlvideoelement; pub mod htmlunknownelement; pub mod location; + pub mod messageevent; pub mod mouseevent; pub mod navigator; pub mod node; |