Bug #3735; link targetting; reviewed by matt@netscape.com; approvied by chofmann@netscape.com (via don@netscape.com)

git-svn-id: svn://10.0.0.236/trunk@26834 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
law%netscape.com
1999-04-08 23:05:23 +00:00
parent 736835e02f
commit 06ce37305f

View File

@@ -701,7 +701,7 @@ NS_IMETHODIMP nsWebShellWindow::FindWebShellWithName(const PRUnichar* aName,
// This will need to be enhanced to search for (owned?) named
// windows at some point.
if ( mWebShell ) {
//rv = mWebShell->FindChildWithName( aName, aResult );
rv = mWebShell->FindChildWithName( aName, aResult );
}
return rv;