mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Revert "Make DOMRefCell use style’s copy of RefCell"
This reverts commit ec723057b2
.
This commit is contained in:
parent
c831369e3e
commit
fbde392c3d
12 changed files with 10 additions and 35 deletions
|
@ -19,9 +19,9 @@ use js::jsapi::JS_ParseJSON;
|
|||
use js::jsapi::Value as JSValue;
|
||||
use js::jsval::UndefinedValue;
|
||||
use mime::{Mime, TopLevel, SubLevel};
|
||||
use std::cell::Ref;
|
||||
use std::rc::Rc;
|
||||
use std::str;
|
||||
use style::refcell::Ref;
|
||||
use url::form_urlencoded;
|
||||
|
||||
pub enum BodyType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue