mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
Prep tree for forward-porting Goanna, stage 1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user