зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1719366: Only perform selection on valid start and end markers r=eeejay DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D119234
This commit is contained in:
Родитель
7a6f45de19
Коммит
f04377754d
|
@ -56,7 +56,7 @@ class GeckoTextMarker final {
|
|||
int32_t mOffset;
|
||||
|
||||
HyperTextAccessibleWrap* ContainerAsHyperTextWrap() const {
|
||||
return mContainer.IsAccessible()
|
||||
return (!mContainer.IsNull() && mContainer.IsAccessible())
|
||||
? static_cast<HyperTextAccessibleWrap*>(
|
||||
mContainer.AsAccessible()->AsHyperText())
|
||||
: nullptr;
|
||||
|
|
Загрузка…
Ссылка в новой задаче