mirror of
https://github.com/servo/servo.git
synced 2025-07-17 12:23:40 +01:00
auto merge of #3685 : Ms2ger/servo/doc-reflector, r=jdm
This field became unused in commit 99a36cbeb6
.
This commit is contained in:
commit
08b10a6d7d
1 changed files with 0 additions and 2 deletions
|
@ -78,7 +78,6 @@ pub enum IsHTMLDocument {
|
|||
#[privatize]
|
||||
pub struct Document {
|
||||
node: Node,
|
||||
reflector_: Reflector,
|
||||
window: JS<Window>,
|
||||
idmap: RefCell<HashMap<Atom, Vec<JS<Element>>>>,
|
||||
implementation: MutNullableJS<DOMImplementation>,
|
||||
|
@ -301,7 +300,6 @@ impl Document {
|
|||
|
||||
Document {
|
||||
node: Node::new_without_doc(DocumentNodeTypeId),
|
||||
reflector_: Reflector::new(),
|
||||
window: JS::from_rooted(window),
|
||||
idmap: RefCell::new(HashMap::new()),
|
||||
implementation: Default::default(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue