diff options
author | Ms2ger <ms2ger@gmail.com> | 2014-08-13 12:20:07 +0200 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2014-08-15 09:48:41 +0200 |
commit | e7dd2819793ff4429e8f748ccf71843eabea8b3a (patch) | |
tree | ad1a21c50e7598c4fd9ac60817ea8b795ae36d05 /src/components/script/script.rs | |
parent | fe3b62e9b439ecb4ef7675c47ea2d69782a1ec42 (diff) | |
download | servo-e7dd2819793ff4429e8f748ccf71843eabea8b3a.tar.gz servo-e7dd2819793ff4429e8f748ccf71843eabea8b3a.zip |
Implement WorkerGlobalScope.location.
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 8dd5e23c1c1..513286fae8e 100644 --- a/src/components/script/script.rs +++ b/src/components/script/script.rs @@ -191,6 +191,7 @@ pub mod dom { pub mod window; pub mod worker; pub mod workerglobalscope; + pub mod workerlocation; pub mod workernavigator; pub mod xmlhttprequest; pub mod xmlhttprequesteventtarget; |