mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Rename JS<T> to Dom<T>
This commit is contained in:
parent
0e3c54c191
commit
7be32fb237
96 changed files with 494 additions and 494 deletions
|
@ -7,7 +7,7 @@ pub use dom::headers::normalize_value;
|
|||
|
||||
// For compile-fail tests only.
|
||||
pub use dom::bindings::cell::DOMRefCell;
|
||||
pub use dom::bindings::root::JS;
|
||||
pub use dom::bindings::root::Dom;
|
||||
pub use dom::node::Node;
|
||||
pub use dom::bindings::refcounted::TrustedPromise;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue