Fix Build Bustage - with "--enable-debug"

This commit is contained in:
janekptacijarabaci 2018-07-12 12:34:59 +02:00 committed by Roy Tam
commit d57aa4fc94
4 changed files with 7 additions and 2 deletions

View file

@ -836,7 +836,7 @@ TextEditor::BeginIMEComposition(WidgetCompositionEvent* aEvent)
nsresult
TextEditor::UpdateIMEComposition(WidgetCompositionEvent* aCompositionChangeEvent)
{
MOZ_ASSERT(aCompsitionChangeEvent,
MOZ_ASSERT(aCompositionChangeEvent,
"aCompositionChangeEvent must not be nullptr");
if (NS_WARN_IF(!aCompositionChangeEvent)) {