diff options
author | Youngmin, Yoo <youngmin.yoo@samsung.com> | 2013-08-08 23:24:07 +0900 |
---|---|---|
committer | Youngmin Yoo <youngmin.yoo@samsung.com> | 2013-08-09 15:42:15 +0900 |
commit | bc49686c3b75a756e890d2a8f2040b7f294e8d21 (patch) | |
tree | 69fb25aa5ddf165404a19821e577d983a722fea0 /src/components/script/html/hubbub_html_parser.rs | |
parent | 1da9f340825fa75e0c76c26a62662a9def641a32 (diff) | |
download | servo-bc49686c3b75a756e890d2a8f2040b7f294e8d21.tar.gz servo-bc49686c3b75a756e890d2a8f2040b7f294e8d21.zip |
Generate bindings for HTMLBRElement
Diffstat (limited to 'src/components/script/html/hubbub_html_parser.rs')
-rw-r--r-- | src/components/script/html/hubbub_html_parser.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/script/html/hubbub_html_parser.rs b/src/components/script/html/hubbub_html_parser.rs index 245b7fd37aa..78abf956b21 100644 --- a/src/components/script/html/hubbub_html_parser.rs +++ b/src/components/script/html/hubbub_html_parser.rs @@ -16,8 +16,7 @@ use dom::element::{HTMLElementTypeId, HTMLTableCellElementTypeId, HTMLTableElementTypeId, HTMLTableRowElementTypeId, HTMLTitleElementTypeId, HTMLUListElementTypeId, UnknownElementTypeId}; -use dom::element::{HTMLBRElement, - HTMLDivElement, HTMLFontElement, HTMLFormElement, +use dom::element::{HTMLDivElement, HTMLFontElement, HTMLFormElement, HTMLHeadElement, HTMLHeadingElement, HTMLHtmlElement, HTMLInputElement, HTMLLinkElement, HTMLOptionElement, HTMLParagraphElement, HTMLListItemElement, @@ -27,6 +26,7 @@ use dom::element::{HTMLBRElement, HTMLTitleElement, HTMLUListElement}; use dom::element::{HTMLHeadingElementTypeId, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6}; +use dom::htmlbrelement::HTMLBRElement; use dom::htmlanchorelement::HTMLAnchorElement; use dom::htmlbodyelement::HTMLBodyElement; use dom::htmlhrelement::HTMLHRElement; |