mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 05:10:49 +00:00
b=621962 modifiy comment to address review on patch in 57536671a363; a=comment only change which blocks a hardblocker!
This commit is contained in:
parent
9bbbe66da7
commit
94645befe5
@ -500,7 +500,8 @@ nsIconChannel::Init(nsIURI* aURI)
|
||||
icon_size, gStockImageWidget, NULL);
|
||||
gtk_icon_set_unref(icon_set);
|
||||
|
||||
// gtk_icon_set_render_icon() never returns NULL, except when we have
|
||||
// According to documentation, gtk_icon_set_render_icon() never returns
|
||||
// NULL, but it does return NULL when we have the problem reported here:
|
||||
// https://bugzilla.gnome.org/show_bug.cgi?id=629878#c13
|
||||
if (!icon)
|
||||
return NS_ERROR_NOT_AVAILABLE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user