mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Rename LayoutJS<T> to LayoutDom<T>
This commit is contained in:
parent
c52fd0a780
commit
e2dac78d36
27 changed files with 104 additions and 104 deletions
|
@ -195,11 +195,11 @@
|
|||
//! =================================
|
||||
//!
|
||||
//! Layout code can access the DOM through the
|
||||
//! [`LayoutJS`](bindings/root/struct.LayoutJS.html) smart pointer. This does not
|
||||
//! [`LayoutDom`](bindings/root/struct.LayoutDom.html) smart pointer. This does not
|
||||
//! keep the DOM object alive; we ensure that no DOM code (Garbage Collection
|
||||
//! in particular) runs while the layout thread is accessing the DOM.
|
||||
//!
|
||||
//! Methods accessible to layout are implemented on `LayoutJS<Foo>` using
|
||||
//! Methods accessible to layout are implemented on `LayoutDom<Foo>` using
|
||||
//! `LayoutFooHelpers` traits.
|
||||
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue