mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 06:22:33 +00:00
Solaris: Adding do_QueryInterface() wrapper to finish scc's nsCOMPtr carpool.
This commit is contained in:
parent
499bbc2416
commit
0bc7b91473
@ -1075,7 +1075,7 @@ RDFTreeBuilderImpl::FindTreeElement(nsIContent* aElement,
|
||||
nsresult rv;
|
||||
|
||||
// walk up the tree until you find <xul:tree>
|
||||
nsCOMPtr<nsIContent> element(aElement);
|
||||
nsCOMPtr<nsIContent> element(do_QueryInterface(aElement));
|
||||
|
||||
while (element) {
|
||||
PRInt32 nameSpaceID;
|
||||
|
Loading…
x
Reference in New Issue
Block a user