mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
Bug 1111949 - [TaskTracer] Bulid error: mozilla-central/tools/profiler/GeckoTaskTracer.cpp:115:31: error: expected ')' before 'false', r=sinker.
This commit is contained in:
parent
43eba5fe34
commit
f30813f19f
@ -111,7 +111,7 @@ CreateSourceEvent(SourceEventType aType)
|
||||
switch (aType) {
|
||||
#include "SourceEventTypeMap.h"
|
||||
default:
|
||||
MOZ_CRASH(false);
|
||||
MOZ_CRASH("Unknown SourceEvent.");
|
||||
};
|
||||
#undef CREATE_SOURCE_EVENT_NAME
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user