From 0071462633fa759cedab767357b26d4ee6ae17d0 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 19 Jun 2018 22:35:02 +0200 Subject: Build fixes --- mozilla-1460603.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mozilla-1460603.patch') diff --git a/mozilla-1460603.patch b/mozilla-1460603.patch index 3e705b5..62d13a5 100644 --- a/mozilla-1460603.patch +++ b/mozilla-1460603.patch @@ -31,7 +31,7 @@ diff -up firefox-60.0.1/gfx/gl/GLLibraryEGL.cpp.mozilla-1460603 firefox-60.0.1/g + nativeDisplay = sGdkWaylandDisplayGetWlDisplay(gdkDisplay); + if (!nativeDisplay) { + NS_WARNING("Failed to get wl_display."); -+ return false; ++ return nullptr; + } + } +#endif -- cgit