Bug 209852. Remove |dont_QueryInterface|.
r=dbaron, sr=jag
This commit is contained in:
@@ -1415,7 +1415,7 @@ nsLocalFile::GetNativeTarget(nsACString &_retval)
|
||||
|
||||
nsresult rv;
|
||||
PRBool isSymlink;
|
||||
nsCOMPtr<nsIFile> self(dont_QueryInterface(this));
|
||||
nsCOMPtr<nsIFile> self(this);
|
||||
nsCOMPtr<nsIFile> parent;
|
||||
while (NS_SUCCEEDED(rv = self->GetParent(getter_AddRefs(parent)))) {
|
||||
NS_ASSERTION(parent != nsnull, "no parent?!");
|
||||
|
||||
Reference in New Issue
Block a user