mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Rename the element field of the DOM Node hierarchy
Renamed htmlelement, and element Fixes #924
This commit is contained in:
parent
0ca4c19b57
commit
2dbd065d91
77 changed files with 347 additions and 312 deletions
|
@ -43,7 +43,7 @@ impl DOMParser {
|
|||
-> Fallible<AbstractDocument> {
|
||||
unsafe {
|
||||
let root = @HTMLHtmlElement {
|
||||
parent: HTMLElement::new(HTMLHtmlElementTypeId, ~"html")
|
||||
htmlelement: HTMLElement::new(HTMLHtmlElementTypeId, ~"html")
|
||||
};
|
||||
|
||||
let root = Node::as_abstract_node((*self.owner.page).js_info.get_ref().js_compartment.cx.ptr, root);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue