Bug 344258. Move ID-content map up from nsHTMLDocument to nsDocument to prepare for using it across all document types. r+sr=jst

This commit is contained in:
Robert O'Callahan
2008-06-23 11:12:40 +12:00
parent 5bd234559d
commit 610ac60e95
9 changed files with 664 additions and 833 deletions

View File

@@ -78,10 +78,6 @@ public:
// nsIDOMNode interface
NS_IMETHOD CloneNode(PRBool aDeep, nsIDOMNode** aReturn);
// nsIDOMDocument interface
NS_IMETHOD GetElementById(const nsAString& aElementId,
nsIDOMElement** aReturn);
// nsIInterfaceRequestor
NS_DECL_NSIINTERFACEREQUESTOR