зеркало из https://github.com/mozilla/pjs.git
Bug 251136. Fix use of mSurface after it has been deleted. r+sr=blizzard
This commit is contained in:
Родитель
b7fa4c4b44
Коммит
0939d1b592
|
@ -576,7 +576,7 @@ void nsRenderingContextGTK::UpdateGC()
|
|||
if (!gcCache) return;
|
||||
}
|
||||
|
||||
mGC = gcCache->GetGC(mSurface->GetDrawable(),
|
||||
mGC = gcCache->GetGC(mOffscreenSurface->GetDrawable(),
|
||||
&values,
|
||||
valuesMask,
|
||||
rgn);
|
||||
|
|
Загрузка…
Ссылка в новой задаче