mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +00: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
|
@ -10,7 +10,7 @@ use dom::validitystate::ValidityState;
|
|||
use dom::windowproxy::WindowProxy;
|
||||
|
||||
pub struct HTMLObjectElement {
|
||||
parent: HTMLElement
|
||||
htmlelement: HTMLElement
|
||||
}
|
||||
|
||||
impl HTMLObjectElement {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue