Bug 209087
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination. r+sr=jst@netscape.com git-svn-id: svn://10.0.0.236/trunk@143683 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -93,7 +93,7 @@ nsAreaFrame::RegUnregAccessKey(nsIPresContext* aPresContext,
|
||||
|
||||
// find out what type of element this is
|
||||
nsCOMPtr<nsIAtom> atom;
|
||||
nsresult rv = mContent->GetTag(*getter_AddRefs(atom));
|
||||
nsresult rv = mContent->GetTag(getter_AddRefs(atom));
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user