updates to sync with nsString2 api
git-svn-id: svn://10.0.0.236/trunk@28574 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -352,7 +352,7 @@ NS_IMETHODIMP nsHTMLDocument::SetTitle(const nsString& aTitle)
|
||||
nsIWebShell* ws = nsnull;
|
||||
container->QueryInterface(kIWebShellIID, (void**) &ws);
|
||||
if (nsnull != ws) {
|
||||
ws->SetTitle(aTitle);
|
||||
ws->SetTitle(aTitle.GetUnicode());
|
||||
NS_RELEASE(ws);
|
||||
}
|
||||
NS_RELEASE(container);
|
||||
|
||||
Reference in New Issue
Block a user