mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Rename MutNullableJS<T> to MutNullableDom<T>
This commit is contained in:
parent
d29335040d
commit
c52fd0a780
63 changed files with 232 additions and 232 deletions
|
@ -32,7 +32,7 @@
|
|||
//! * rooting pointers on the stack:
|
||||
//! 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
|
||||
//! [`MutNullableDom`](bindings/root/struct.MutNullableDom.html) 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue