aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2017-05-22 02:25:18 +0200
committerSimon Sapin <simon.sapin@exyr.org>2017-05-27 13:34:24 +0200
commit57438cffeb332b027b2a6c5d9164d0c2cab1bae0 (patch)
tree33caf5b8c591826bb3330be5531f23ee973f7c0c /components/script/lib.rs
parent6ac106ca76afc2793c1030d9941b29836db14bd2 (diff)
downloadservo-57438cffeb332b027b2a6c5d9164d0c2cab1bae0.tar.gz
servo-57438cffeb332b027b2a6c5d9164d0c2cab1bae0.zip
EventSource: decode UTF-8 code points across network packets
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 6e0b75d7ef9..1dc74905cc9 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -102,6 +102,7 @@ extern crate time;
extern crate tinyfiledialogs;
extern crate unicode_segmentation;
extern crate url;
+extern crate utf8;
extern crate uuid;
extern crate webrender_traits;
extern crate webvr_traits;