Backed out changeset f1ff6d4dca5f (bug 1311149)

This commit is contained in:
Carsten "Tomcat" Book
2016-11-16 14:50:40 +01:00
parent 37e035707a
commit 979d51a6a3
23 changed files with 899 additions and 18 deletions

View File

@@ -915,6 +915,8 @@ ProcessPriorityToString(ProcessPriority aPriority)
switch (aPriority) {
case PROCESS_PRIORITY_MASTER:
return "MASTER";
case PROCESS_PRIORITY_PREALLOC:
return "PREALLOC";
case PROCESS_PRIORITY_FOREGROUND_HIGH:
return "FOREGROUND_HIGH";
case PROCESS_PRIORITY_FOREGROUND: