Prep tree for forward-porting Goanna, stage 1

This commit is contained in:
wolfbeast
2016-03-23 10:12:30 +01:00
committed by roytam1
parent 5d59e0437f
commit 5ee6187aad
1539 changed files with 7733 additions and 7733 deletions
+2 -2
View File
@@ -66,7 +66,7 @@
#endif
#ifdef MOZ_TASK_TRACER
#include "GeckoTaskTracer.h"
#include "GoannaTaskTracer.h"
using namespace mozilla::tasktracer;
#endif
@@ -717,7 +717,7 @@ public:
static bool EventLatencyIsImportant()
{
return NS_IsMainThread() && XRE_GetProcessType() == GeckoProcessType_Default;
return NS_IsMainThread() && XRE_GetProcessType() == GoannaProcessType_Default;
}
};