mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
Fix Build Bustage - with "--enable-debug"
This commit is contained in:
parent
95fa1f19d6
commit
d57aa4fc94
4 changed files with 7 additions and 2 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue