Loading
Bug 1885822 - part 2: Make `WSScanResult` always have non-null `mContent` if...
Bug 1885822 - part 2: Make `WSScanResult` always have non-null `mContent` if it reached something r=m_kato Currently, it checks whether `mContent` is `nullptr` or not even if the scanner reached something. However, this makes the users of this object check whether it has reasonable content or not and that makes the users messy. Therefore, the scanning method should guarantee that it's always error if it does not reach any content. Depends on D207681 Differential Revision: https://phabricator.services.mozilla.com/D207682