mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-29 19:12:11 +00:00
Prep tree for forward-porting Goanna, stage 1
This commit is contained in:
@@ -90,7 +90,7 @@ StartupCache*
|
||||
StartupCache::GetSingleton()
|
||||
{
|
||||
if (!gStartupCache) {
|
||||
if (XRE_GetProcessType() != GeckoProcessType_Default) {
|
||||
if (XRE_GetProcessType() != GoannaProcessType_Default) {
|
||||
return nullptr;
|
||||
}
|
||||
#ifdef MOZ_DISABLE_STARTUPCACHE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
GeckoCppUnitTests([
|
||||
GoannaCppUnitTests([
|
||||
'TestStartupCache',
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user