зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1137151: Marked destructor of |nsWindow| as protected, r=mwu
This commit is contained in:
Родитель
2092703665
Коммит
3a5a377ab7
|
@ -48,7 +48,6 @@ class nsWindow : public nsBaseWidget
|
|||
{
|
||||
public:
|
||||
nsWindow();
|
||||
virtual ~nsWindow();
|
||||
|
||||
NS_DECL_ISUPPORTS_INHERITED
|
||||
|
||||
|
@ -152,6 +151,8 @@ protected:
|
|||
// destruction.
|
||||
mozilla::RefPtr<mozilla::gfx::DrawTarget> mBackBuffer;
|
||||
|
||||
virtual ~nsWindow();
|
||||
|
||||
void BringToTop();
|
||||
|
||||
// Call this function when the users activity is the direct cause of an
|
||||
|
|
Загрузка…
Ссылка в новой задаче