Bug 543976 - Clean up Maemo defines. r=mfinkle

This commit is contained in:
Doug Turner 2010-02-09 17:00:40 -08:00
parent c27622cb24
commit f78da5bd7c

View File

@ -190,7 +190,7 @@ let Util = {
// Put the Mozilla networking code into a state that will kick the auto-connection
// process.
forceOnline: function forceOnline() {
#ifdef MOZ_PLATFORM_HILDON
#ifdef MOZ_PLATFORM_MAEMO
gIOService.offline = false;
#endif
}