Bug 251136. Fix use of mSurface after it has been deleted. r+sr=blizzard

This commit is contained in:
roc+%cs.cmu.edu 2004-07-17 12:19:36 +00:00
Родитель b7fa4c4b44
Коммит 0939d1b592
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -576,7 +576,7 @@ void nsRenderingContextGTK::UpdateGC()
if (!gcCache) return;
}
mGC = gcCache->GetGC(mSurface->GetDrawable(),
mGC = gcCache->GetGC(mOffscreenSurface->GetDrawable(),
&values,
valuesMask,
rgn);