mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Removed const from GetTitle to get in sync with removal from API.
This commit is contained in:
parent
5209114e72
commit
7baa306471
@ -2741,7 +2741,7 @@ NS_IMETHODIMP nsWebShellWindow::SetTitle(const PRUnichar* aTitle)
|
||||
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsWebShellWindow::GetTitle(const PRUnichar** aResult)
|
||||
NS_IMETHODIMP nsWebShellWindow::GetTitle(PRUnichar** aResult)
|
||||
{
|
||||
// no, we didn't store the title for you. why so nosy?
|
||||
return NS_ERROR_FAILURE;
|
||||
|
Loading…
Reference in New Issue
Block a user