mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00

`HTMLEditRules::mReturnInEmptyLIKillsList` stores value of `editor.html.typing.returnInEmptyListItemClosesList` at construction, and it's set to true unless the pref value is `"false"`. However, this pref isn't registered in anywhere (all.js, firefox.js, etc) nor used in comm-central and BlueGriffon. Even if I search the pref in the web, I don't see any information so that this hidden pref must not be used anybody. Therefore, this patch just removes this member. Differential Revision: https://phabricator.services.mozilla.com/D42262 --HG-- extra : moz-landing-system : lando