зеркало из https://github.com/mozilla/pjs.git
Bug 610821 part.5 Use nsRefPtr rather than nsCOMPtr for concrete class r=neil, a=johnath
This commit is contained in:
Родитель
1011a51b24
Коммит
85008aee19
|
@ -50,6 +50,7 @@
|
|||
* nsWindow - Native window management and event handling.
|
||||
*/
|
||||
|
||||
#include "nsAutoPtr.h"
|
||||
#include "nsBaseWidget.h"
|
||||
#include "nsdefs.h"
|
||||
#include "nsIdleService.h"
|
||||
|
@ -659,7 +660,7 @@ protected:
|
|||
}
|
||||
|
||||
PRBool mCancel;
|
||||
nsCOMPtr<nsWindow> mWindow;
|
||||
nsRefPtr<nsWindow> mWindow;
|
||||
const MSG &mMsg;
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче