summaryrefslogtreecommitdiffstats
path: root/editor
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-07-13 15:17:10 +0200
committerGitHub <noreply@github.com>2018-07-13 15:17:10 +0200
commitec32d19a84b2cc61a34442a4562e080cb6cd7db0 (patch)
tree23d12811c6660bf6459ec82890d800029fbd8d4f /editor
parentd4b0944e051effc3a4fc089441011ffee6f0dc5e (diff)
parent71a1c47759f30f114ad4e5634ba5224744b7c18c (diff)
downloadUXP-ec32d19a84b2cc61a34442a4562e080cb6cd7db0.tar
UXP-ec32d19a84b2cc61a34442a4562e080cb6cd7db0.tar.gz
UXP-ec32d19a84b2cc61a34442a4562e080cb6cd7db0.tar.lz
UXP-ec32d19a84b2cc61a34442a4562e080cb6cd7db0.tar.xz
UXP-ec32d19a84b2cc61a34442a4562e080cb6cd7db0.zip
Merge pull request #628 from janekptacijarabaci/build_bustage_debug_1
Fix Build Bustage - with "--enable-debug"
Diffstat (limited to 'editor')
-rw-r--r--editor/libeditor/TextEditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/libeditor/TextEditor.cpp b/editor/libeditor/TextEditor.cpp
index d21585597..1e855d769 100644
--- a/editor/libeditor/TextEditor.cpp
+++ b/editor/libeditor/TextEditor.cpp
@@ -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)) {