зеркало из https://github.com/mozilla/pjs.git
Removed const from GetTitle to get in sync with removal from API.
This commit is contained in:
Родитель
84b42a5623
Коммит
2d51697d64
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче