Rename the element field of the DOM Node hierarchy.

See #924
This commit is contained in:
Tetsuharu OHZEKI 2013-10-15 22:48:23 +09:00
parent fc9a3baa71
commit 776ab67905
8 changed files with 103 additions and 18 deletions

View file

@ -5,5 +5,5 @@
use dom::htmltablecellelement::HTMLTableCellElement;
pub struct HTMLTableHeaderCellElement {
htmlelement: HTMLTableCellElement,
htmltablecellelement: HTMLTableCellElement,
}