Don't need to stabilize mRefCnt to 1 in nsStyleContext dtor (bug 196956). r/sr=dbaron.

This commit is contained in:
bryner%netscape.com 2003-03-12 05:19:43 +00:00
Родитель f53211b6ca
Коммит cf7dcf25dc
2 изменённых файлов: 0 добавлений и 2 удалений

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

@ -66,7 +66,6 @@ public:
--mRefCnt;
NS_LOG_RELEASE(this, mRefCnt, "nsStyleContext");
if (mRefCnt == 0) {
mRefCnt = 1;
Destroy();
return 0;
}

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

@ -66,7 +66,6 @@ public:
--mRefCnt;
NS_LOG_RELEASE(this, mRefCnt, "nsStyleContext");
if (mRefCnt == 0) {
mRefCnt = 1;
Destroy();
return 0;
}