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:
@@ -631,7 +631,7 @@ nsWebShell::OnLinkClickSync(nsIContent *aContent,
|
||||
|
||||
if (isJS || isData) {
|
||||
nsCOMPtr<nsIDocument> sourceDoc;
|
||||
aContent->GetDocument(*getter_AddRefs(sourceDoc));
|
||||
aContent->GetDocument(getter_AddRefs(sourceDoc));
|
||||
|
||||
if (!sourceDoc) {
|
||||
// The source is in a 'zombie' document, or not part of a
|
||||
|
||||
Reference in New Issue
Block a user