Updated DOM interfaces to match final W3C recommendation. Modified IDL compiler to take IIDs
git-svn-id: svn://10.0.0.236/trunk@13207 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -113,7 +113,7 @@ nsHTMLSpacerElement::QueryInterface(REFNSIID aIID, void** aInstancePtr)
|
||||
}
|
||||
|
||||
nsresult
|
||||
nsHTMLSpacerElement::CloneNode(nsIDOMNode** aReturn)
|
||||
nsHTMLSpacerElement::CloneNode(PRBool aDeep, nsIDOMNode** aReturn)
|
||||
{
|
||||
nsHTMLSpacerElement* it = new nsHTMLSpacerElement(mInner.mTag);
|
||||
if (nsnull == it) {
|
||||
|
||||
Reference in New Issue
Block a user