auto merge of #1031 : luisbg/servo/master, r=kmcallister

HTMLFormElementTypeId, ElementNodeTypeID and Node are not used anymore in htmlformelement.rs

The compiler was giving a warning error about unused imports.
This commit is contained in:
bors-servo 2013-10-09 13:37:16 -07:00
commit 46e81f6caa

View file

@ -3,10 +3,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use dom::bindings::utils::{Reflectable, DOMString, ErrorResult};
use dom::element::HTMLFormElementTypeId;
use dom::htmlcollection::HTMLCollection;
use dom::htmlelement::HTMLElement;
use dom::node::{AbstractNode, ElementNodeTypeId, Node, ScriptView};
use dom::node::{AbstractNode, ScriptView};
use js::jsapi::{JSObject, JSContext};