author | Doug Turner <dougt@dougt.org> |
Tue, 09 Feb 2010 17:00:40 -0800 | |
changeset 49663 | a6a014af59f13856e580bf2d74b1fac16ed1f527 |
parent 49662 | 807c06472d9715eb8dd733d1843d48c792401f50 |
child 49664 | b80b2d63e4e4fa50dc4e100a1d54dcdd1c8f2cd6 |
push id | 1 |
push user | root |
push date | Tue, 26 Apr 2011 22:38:44 +0000 |
treeherder | mozilla-beta@bfdb6e623a36 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mfinkle |
bugs | 543976 |
--- a/toolkit/content/Geometry.jsm +++ b/toolkit/content/Geometry.jsm @@ -185,17 +185,17 @@ let Util = { } return resultSoFar; }, // 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 } }; /** * Cache of commonly used elements. */