diff options
author | Pale Moon <git-repo@palemoon.org> | 2015-05-27 00:42:47 +0200 |
---|---|---|
committer | Pale Moon <git-repo@palemoon.org> | 2015-05-27 00:42:47 +0200 |
commit | 1c32255718e88b075d319efb7e7758782e5e729e (patch) | |
tree | 3b1ecfae5c07f5f884474d655adc5f405fee92d9 /startupcache/StartupCache.cpp | |
parent | 1539e283008df0fe2ee11defdab8e1ec52972404 (diff) | |
download | palemoon-gre-1c32255718e88b075d319efb7e7758782e5e729e.tar.gz |
Wholesale switch remaining code to Goanna
Diffstat (limited to 'startupcache/StartupCache.cpp')
-rw-r--r-- | startupcache/StartupCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/startupcache/StartupCache.cpp b/startupcache/StartupCache.cpp index aeb4dc8d2..e9372ada0 100644 --- a/startupcache/StartupCache.cpp +++ b/startupcache/StartupCache.cpp @@ -88,7 +88,7 @@ StartupCache* StartupCache::GetSingleton() { if (!gStartupCache) { - if (XRE_GetProcessType() != GeckoProcessType_Default) { + if (XRE_GetProcessType() != GoannaProcessType_Default) { return nullptr; } |