diff options
author | Martin Stransky <stransky@redhat.com> | 2018-06-19 22:36:19 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-06-19 22:36:19 +0200 |
commit | 0f11c94e990aa393e049a0ef78dbba10877d73ed (patch) | |
tree | 9b3b0a252c9d7c19c6c9f343d3f670747ba95295 /mozilla-1460603.patch | |
parent | Merge branch 'master' into f27 (diff) | |
parent | Build fixes (diff) | |
download | librewolf-fedora-ff-0f11c94e990aa393e049a0ef78dbba10877d73ed.tar.gz librewolf-fedora-ff-0f11c94e990aa393e049a0ef78dbba10877d73ed.tar.bz2 librewolf-fedora-ff-0f11c94e990aa393e049a0ef78dbba10877d73ed.zip |
Merge branch 'master' into f27
Diffstat (limited to 'mozilla-1460603.patch')
-rw-r--r-- | mozilla-1460603.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |