зеркало из https://github.com/mozilla/pjs.git
Bug 412378 - crash in gfxPlatformGtk::CreateOffscreenSurface() when using xpcshell. r=stuart, a=schrep
This commit is contained in:
Родитель
084bc4930d
Коммит
6d703efb5a
|
@ -137,6 +137,9 @@ gfxPlatformGtk::CreateOffscreenSurface(const gfxIntSize& size,
|
|||
// in more context, including the display and/or target surface type that
|
||||
// we should try to match
|
||||
Display* display = GDK_DISPLAY();
|
||||
if (!display)
|
||||
return nsnull;
|
||||
|
||||
if (!UseGlitz()) {
|
||||
GdkPixmap* pixmap = nsnull;
|
||||
XRenderPictFormat* xrenderFormat =
|
||||
|
|
Загрузка…
Ссылка в новой задаче