forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1717749: Drop
MOZ_ASSERT
check for nsIEditor.eEditorMailMask
…
…r=m_kato In my understanding at fixing bug 1717156, `nsIEditor.eEditorMailMask` won't be set to `TextEditor` instance. However for making consistent **spellchecker** behavior on email composer, subject editor is also set this flag. So, we need to drop the check in `SetFlags` and IsMailEditor. Differential Revision: https://phabricator.services.mozilla.com/D118561
- Loading branch information
1 parent
7780d0d
commit ace66ca
Showing
3 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters