Loading
Bug 1740872 - part 1: Move `EditorBase::CreateElementWithTransaction()` into `HTMLEditor` r=m_kato
I realized that it's now used only by `HTMLEditor` so that we can move it into `HTMLEditor` and we can make `CreateElementTransaction` treat `HTMLEditor` directly rather than via `EditorBase`. Differential Revision: https://phabricator.services.mozilla.com/D131198