Bug 1700051: part 45) Remove outdated part of comment in <mozInlineSpellChecker.cpp>. r=smaug

Depends on D113300

Differential Revision: https://phabricator.services.mozilla.com/D113301
This commit is contained in:
Mirko Brodesser 2021-05-25 10:08:15 +00:00
Родитель 31744e4062
Коммит 40b6793a72
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -14,9 +14,7 @@
* because the call might originate from a frame, and flushing the
* notifications might cause that frame to be deleted.
*
* Using the WordUtil class to find words causes DOM notifications to be
* flushed because it asks for style information. As a result, we post an event
* and do all of the spellchecking in that event handler, which occurs later.
* We post an event and do all of the spellchecking in that event handler.
* We store all DOM pointers in ranges because they are kept up-to-date with
* DOM changes that may have happened while the event was on the queue.
*