diff options
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 |