diff --git a/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp b/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp index e21a99c7560..7ef1367afd3 100644 --- a/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp +++ b/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp @@ -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;