зеркало из https://github.com/mozilla/pjs.git
Removed the const to reflect the fact that the implementation will return an allocated string, not a pointer to the internal string.
This commit is contained in:
Родитель
c0db98b3dc
Коммит
2d912bc80d
|
@ -204,7 +204,7 @@ public:
|
|||
// Chrome api's
|
||||
NS_IMETHOD SetTitle(const PRUnichar *aTitle) = 0;
|
||||
|
||||
NS_IMETHOD GetTitle(const PRUnichar **aResult) = 0;
|
||||
NS_IMETHOD GetTitle(PRUnichar **aResult) = 0;
|
||||
/********* XXX End Stuff to be replaced by nsIBaseWindow ******/
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче