Bug 1073081 - Fix -Wdelete-non-virtual-dtor warnings by adding virtual destructors. r=ehsan

--HG--
extra : source : 194c715428c3405ec2eb3d041fed36a9515555e5
This commit is contained in:
Botond Ballo 2014-11-24 19:34:19 -05:00
Родитель 7b85bd5de5
Коммит 2c60ae66cf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,7 @@ public:
IsDisplaySpnRequired() const;
protected:
~IccInfo() {}
virtual ~IccInfo() {}
protected:
nsCOMPtr<nsPIDOMWindow> mWindow;