Fix Windows bustage by making these virtual again, at least for now (the only cost of which should be bloating some vtables). b=238099

This commit is contained in:
dbaron%dbaron.org 2004-08-05 19:10:16 +00:00
Родитель ee2beae16f
Коммит e9896c1d58
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -52,8 +52,8 @@ public:
virtual ~nsCSSRule(void);
// for implementing nsISupports
nsrefcnt AddRef();
nsrefcnt Release();
NS_IMETHOD_(nsrefcnt) AddRef();
NS_IMETHOD_(nsrefcnt) Release();
protected:
nsAutoRefCnt mRefCnt;
NS_DECL_OWNINGTHREAD

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

@ -52,8 +52,8 @@ public:
virtual ~nsCSSRule(void);
// for implementing nsISupports
nsrefcnt AddRef();
nsrefcnt Release();
NS_IMETHOD_(nsrefcnt) AddRef();
NS_IMETHOD_(nsrefcnt) Release();
protected:
nsAutoRefCnt mRefCnt;
NS_DECL_OWNINGTHREAD