mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move DOMRefCell back into script.
We’re not using it in style after all.
This commit is contained in:
parent
89a29a7f12
commit
c831369e3e
4 changed files with 5 additions and 8 deletions
|
@ -128,9 +128,8 @@
|
|||
//! return `Err()` from the method with the appropriate [error value]
|
||||
//! (error/enum.Error.html).
|
||||
|
||||
pub use style::domrefcell as cell;
|
||||
|
||||
pub mod callback;
|
||||
pub mod cell;
|
||||
pub mod constant;
|
||||
pub mod conversions;
|
||||
pub mod error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue