mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Make the dom module private.
This commit is contained in:
parent
1bc0862214
commit
4fca766bbd
3 changed files with 9 additions and 4 deletions
|
@ -5,6 +5,11 @@
|
|||
pub use dom::bindings::str::{ByteString, DOMString};
|
||||
pub use dom::headers::normalize_value;
|
||||
|
||||
// For compile-fail tests only.
|
||||
pub use dom::bindings::cell::DOMRefCell;
|
||||
pub use dom::bindings::js::JS;
|
||||
pub use dom::node::Node;
|
||||
|
||||
pub mod size_of {
|
||||
use dom::characterdata::CharacterData;
|
||||
use dom::element::Element;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue