mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +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
|
@ -7,9 +7,9 @@
|
|||
|
||||
extern crate script;
|
||||
|
||||
use script::dom::bindings::cell::DOMRefCell;
|
||||
use script::dom::bindings::js::JS;
|
||||
use script::dom::node::Node;
|
||||
use script::test::DOMRefCell;
|
||||
use script::test::JS;
|
||||
use script::test::Node;
|
||||
|
||||
struct Foo {
|
||||
bar: DOMRefCell<JS<Node>>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue