mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Rename MutJS<T> to MutDom<T>
This commit is contained in:
parent
7be32fb237
commit
d29335040d
12 changed files with 45 additions and 45 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue