зеркало из https://github.com/mozilla/pjs.git
Changed GetDocumentLoaderObserver to return a ** instead of a *&. This is in sync with the nsIDocShell::GetDocumentLoaderObserver. r=pavlov
This commit is contained in:
Родитель
6e19dd7919
Коммит
6d4e6dae63
|
@ -237,7 +237,7 @@ public:
|
|||
/**
|
||||
* Return the current nsIDocLoadeObserver
|
||||
*/
|
||||
NS_IMETHOD GetDocLoaderObserver(nsIDocumentLoaderObserver*& aResult) = 0;
|
||||
NS_IMETHOD GetDocLoaderObserver(nsIDocumentLoaderObserver** aResult) = 0;
|
||||
|
||||
/**
|
||||
* Set the nsIPref used to get/set preference values...
|
||||
|
|
Загрузка…
Ссылка в новой задаче