Move DOMRefCell back into script.

We’re not using it in style after all.
This commit is contained in:
Simon Sapin 2016-09-28 02:28:59 +02:00
parent 89a29a7f12
commit c831369e3e
4 changed files with 5 additions and 8 deletions

View file

@ -90,7 +90,6 @@ pub mod context;
pub mod custom_properties;
pub mod data;
pub mod dom;
pub mod domrefcell;
pub mod element_state;
pub mod error_reporting;
pub mod font_face;