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