diff options
author | Ravi Shankar <wafflespeanut@gmail.com> | 2015-08-01 21:25:49 +0530 |
---|---|---|
committer | Ravi Shankar <wafflespeanut@gmail.com> | 2015-08-01 21:25:49 +0530 |
commit | 79b65402d70e54af10e11bc859db50fb0d5744c5 (patch) | |
tree | 29bdcfc951341fd8820f2cf7555281518bbf0343 /components/script/lib.rs | |
parent | 4de6e699b2ee095177360ae1812d9f47829adcc3 (diff) | |
download | servo-79b65402d70e54af10e11bc859db50fb0d5744c5.tar.gz servo-79b65402d70e54af10e11bc859db50fb0d5744c5.zip |
Persuading devtools to communicate with the workers; r=jdm
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 640aad8e6e1..007d5651f75 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -120,4 +120,3 @@ pub fn init() { perform_platform_specific_initialization(); } - |