summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/TextEditor.cpp
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-17 05:45:53 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-17 05:45:53 -0400
commitea3a2ce279f92457bfd6168f97b106be193ea740 (patch)
treee16a1be460feee615ade9b680fd00a171c8b90cd /editor/libeditor/TextEditor.cpp
parent5a379a4b15b4da55f5fda0be56c43a85e0162f05 (diff)
downloadUXP-ea3a2ce279f92457bfd6168f97b106be193ea740.tar
UXP-ea3a2ce279f92457bfd6168f97b106be193ea740.tar.gz
UXP-ea3a2ce279f92457bfd6168f97b106be193ea740.tar.lz
UXP-ea3a2ce279f92457bfd6168f97b106be193ea740.tar.xz
UXP-ea3a2ce279f92457bfd6168f97b106be193ea740.zip
Bug 1372829 - Part 1: Make mozilla::PlaceholderTransaction inherit mozilla::SupportsWeakPtr instead of nsSupportsWeakReference
Tag #1375
Diffstat (limited to 'editor/libeditor/TextEditor.cpp')
-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 1e855d769..35ea5da83 100644
--- a/editor/libeditor/TextEditor.cpp
+++ b/editor/libeditor/TextEditor.cpp
@@ -864,7 +864,7 @@ TextEditor::UpdateIMEComposition(WidgetCompositionEvent* aCompositionChangeEvent
// of NotifiyEditorObservers(eNotifyEditorObserversOfEnd) or
// NotifiyEditorObservers(eNotifyEditorObserversOfCancel) which notifies
// TextComposition of a selection change.
- MOZ_ASSERT(!mPlaceHolderBatch,
+ MOZ_ASSERT(!mPlaceholderBatch,
"UpdateIMEComposition() must be called without place holder batch");
TextComposition::CompositionChangeEventHandlingMarker
compositionChangeEventHandlingMarker(mComposition, aCompositionChangeEvent);