Bug 625311, nsThebesDeviceContext can own widget, r=roc, a=roc

--HG--
extra : rebase_source : 60797b802588b31e79dea17de0ec0b0667e822ba
This commit is contained in:
Olli Pettay 2011-01-18 13:08:03 +02:00
parent ad452c12b1
commit a5bf7f043d

View File

@ -159,7 +159,7 @@ protected:
nsFontCache* mFontCache;
nsCOMPtr<nsIAtom> mLocaleLanguage; // XXX temp fix for performance bug
nsHashtable* mFontAliasTable;
nsIWidget* mWidget;
nsCOMPtr<nsIWidget> mWidget;
private:
nsCOMPtr<nsIScreenManager> mScreenManager;