aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-01-10 15:39:47 +0100
committerMs2ger <ms2ger@gmail.com>2015-01-10 16:33:25 +0100
commit57aaa60fa5c3c0da1458271d21a1cab1c6a778c4 (patch)
tree3271fe4ce32442b941d434cc2a57a5196f02efe3 /components/script/lib.rs
parent1834359f1661fe504e5b8ff3ee2bc0cb8d744d21 (diff)
downloadservo-57aaa60fa5c3c0da1458271d21a1cab1c6a778c4.tar.gz
servo-57aaa60fa5c3c0da1458271d21a1cab1c6a778c4.zip
Create a StructuredCloneData struct to encapsulate the result of a structured clone.
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 bd4b19745a4..50661a60ca1 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -64,6 +64,7 @@ pub mod dom {
pub mod conversions;
mod proxyhandler;
pub mod str;
+ pub mod structuredclone;
pub mod trace;
/// Generated JS-Rust bindings.