mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
60811c73f8
If array size grows up, the array data may be reallocated. Therefore, after getting a reference of an array item, we shouldn't modify array. This makes them use raw pointer if they need to modify the array. Otherwise, keep using the reference, but adds a stack class to detect the bug only in debug build. Differential Revision: https://phabricator.services.mozilla.com/D122920 |
||
---|---|---|
.. | ||
tests | ||
EditorSpellCheck.cpp | ||
EditorSpellCheck.h | ||
FilteredContentIterator.cpp | ||
FilteredContentIterator.h | ||
moz.build | ||
nsComposeTxtSrvFilter.cpp | ||
nsComposeTxtSrvFilter.h | ||
nsIInlineSpellChecker.idl | ||
TextServicesDocument.cpp | ||
TextServicesDocument.h |