mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1186783 (follow-up) - Bustage fix for Gonk.
This commit is contained in:
parent
fc3ed84c27
commit
61111bc3ae
@ -1490,8 +1490,8 @@ nsIOService::Observe(nsISupports *subject,
|
||||
nsIAppOfflineInfo::ONLINE : nsIAppOfflineInfo::OFFLINE;
|
||||
|
||||
for (auto it = mAppsOfflineStatus.Iter(); !it.Done(); it.Next()) {
|
||||
if (iter.UserData() == nsIAppOfflineInfo::WIFI_ONLY) {
|
||||
NotifyAppOfflineStatus(iter.Key(), status);
|
||||
if (it.UserData() == nsIAppOfflineInfo::WIFI_ONLY) {
|
||||
NotifyAppOfflineStatus(it.Key(), status);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user