Bug 209852. Remove |dont_QueryInterface|.

r=dbaron, sr=jag


git-svn-id: svn://10.0.0.236/trunk@144011 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
caillon%returnzero.com
2003-06-21 00:15:41 +00:00
parent 1cf5b456c2
commit 1c1e0c7bb4
34 changed files with 49 additions and 84 deletions

View File

@@ -4929,7 +4929,7 @@ nsTypedSelection::GetPrimaryFrameForRangeEndpoint(nsIDOMNode *aNode, PRInt32 aOf
nsresult result = NS_OK;
nsCOMPtr<nsIDOMNode> node = dont_QueryInterface(aNode);
nsCOMPtr<nsIDOMNode> node = aNode;
if (!node)
return NS_ERROR_NULL_POINTER;