mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 17:28:38 +09:00
Bug 1372829 - Part 1: Make mozilla::PlaceholderTransaction inherit mozilla::SupportsWeakPtr instead of nsSupportsWeakReference
Tag #1375
This commit is contained in:
parent
8e7852efa2
commit
db34da8e01
6 changed files with 53 additions and 43 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue