mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
Bug 849211 - java.lang.NoSuchFieldException: bookmarkdefaults_favicon_support r=margaret
This commit is contained in:
parent
4c9af35476
commit
0877317431
@ -1136,7 +1136,7 @@ public class BrowserProvider extends ContentProvider {
|
||||
} catch (java.lang.IllegalAccessException ex) {
|
||||
Log.e(LOGTAG, "[Path] Can't create favicon " + name, ex);
|
||||
} catch (java.lang.NoSuchFieldException ex) {
|
||||
Log.e(LOGTAG, "[Path] Can't create favicon " + name, ex);
|
||||
// If the field does not exist, that means we intend to load via a drawable
|
||||
}
|
||||
return null;
|
||||
}
|
||||
@ -1154,7 +1154,7 @@ public class BrowserProvider extends ContentProvider {
|
||||
} catch (java.lang.IllegalAccessException ex) {
|
||||
Log.e(LOGTAG, "[Drawable] Can't create favicon " + name, ex);
|
||||
} catch (java.lang.NoSuchFieldException ex) {
|
||||
Log.e(LOGTAG, "[Drawable] Can't create favicon " + name, ex);
|
||||
// If the field does not exist, that means we intend to load via a file path
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user