Bug 1361980 - Increase a lock priority to avoid conflict during sync deletion, r=me

This commit is contained in:
Lars T Hansen 2017-05-04 13:42:36 +02:00
Родитель 0f080b064b
Коммит c49dee9e16
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -43,9 +43,10 @@
_(TraceLoggerThreadState, 500) \
_(DateTimeInfoMutex, 500) \
_(IcuTimeZoneStateMutex, 500) \
_(ProcessExecutableRegion, 500) \
\
/* ProcessExecutableRegion > PromiseTaskPtrVector */ \
/* WasmCodeProfilingLabels > PromiseTaskPtrVector */ \
_(ProcessExecutableRegion, 550) \
_(WasmCodeProfilingLabels, 550) \
\
_(TraceLoggerGraphState, 600) \