diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2017-09-26 00:16:22 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-09-26 09:49:00 +0200 |
commit | d29335040d78a19f25830061484cf70dc03a9c21 (patch) | |
tree | bac565ff8784a124a385632a3b0680c326510d93 /components/script/dom/mod.rs | |
parent | 7be32fb2371a14ba61b008a37e79761f66c073c7 (diff) | |
download | servo-d29335040d78a19f25830061484cf70dc03a9c21.tar.gz servo-d29335040d78a19f25830061484cf70dc03a9c21.zip |
Rename MutJS<T> to MutDom<T>
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 8020d832ab9..7c683edf9eb 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -33,7 +33,7 @@ //! the [`Root`](bindings/root/struct.Root.html) smart pointer; //! * tracing pointers in member fields: the [`Dom`](bindings/root/struct.Dom.html), //! [`MutNullableJS`](bindings/root/struct.MutNullableJS.html) and -//! [`MutJS`](bindings/root/struct.MutJS.html) smart pointers and +//! [`MutDom`](bindings/root/struct.MutDom.html) smart pointers and //! [the tracing implementation](bindings/trace/index.html); //! * rooting pointers from across thread boundaries or in channels: the //! [`Trusted`](bindings/refcounted/struct.Trusted.html) smart pointer; |