Bug 598732 - GLX initialization crash [@ mozilla::gl::GLContextGLX::Init ] - r=vladimir, a=blocking-2.0b7

This commit is contained in:
Benoit Jacob 2010-09-23 17:05:52 -04:00
Родитель 9630452787
Коммит c9e17ee38f
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -706,10 +706,6 @@ GLContextProviderGLX::CreateForNativePixmapSurface(gfxASurface *aSurface)
NULL,
PR_FALSE,
xs);
if (!glContext->Init()) {
return nsnull;
}
return glContext.forget();
}