diff --git a/dom/public/idl/html/nsIDOMHTMLIEElement.idl b/dom/public/idl/html/nsIDOMNSHTMLElement.idl similarity index 96% rename from dom/public/idl/html/nsIDOMHTMLIEElement.idl rename to dom/public/idl/html/nsIDOMNSHTMLElement.idl index 25515537b073..5a147566517f 100644 --- a/dom/public/idl/html/nsIDOMHTMLIEElement.idl +++ b/dom/public/idl/html/nsIDOMNSHTMLElement.idl @@ -22,7 +22,7 @@ #include "domstubs.idl" [scriptable, uuid(da83b2ec-8264-4410-8496-ada3acd2ae42)] -interface nsIDOMHTMLIEElement : nsISupports +interface nsIDOMNSHTMLElement : nsISupports { readonly attribute long offsetTop; readonly attribute long offsetLeft;