Don't pointlessly clone nsCOMArray b=265745 r=brade sr=rbs a=schrep

git-svn-id: svn://10.0.0.236/trunk@242557 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk 2008-01-07 10:14:28 +00:00
parent bf2d3deaa3
commit 7fe0af5a33
2 changed files with 2 additions and 2 deletions

View File

@ -928,7 +928,7 @@ nsHTMLEditor::RelativizeURIForNode(nsIDOMNode *aNode, nsIURL *aDestURL)
}
nsresult
nsHTMLEditor::RelativizeURIInFragmentList(nsCOMArray<nsIDOMNode> aNodeList,
nsHTMLEditor::RelativizeURIInFragmentList(const nsCOMArray<nsIDOMNode> &aNodeList,
const nsAString &aFlavor,
nsIDOMDocument *aSourceDoc,
nsIDOMNode *aTargetNode)

View File

@ -624,7 +624,7 @@ protected:
nsIDOMNode **aTargetNode,
PRInt32 *aTargetOffset,
PRBool *aDoContinue);
nsresult RelativizeURIInFragmentList(nsCOMArray<nsIDOMNode> aNodeList,
nsresult RelativizeURIInFragmentList(const nsCOMArray<nsIDOMNode> &aNodeList,
const nsAString &aFlavor,
nsIDOMDocument *aSourceDoc,
nsIDOMNode *aTargetNode);