Commit 342a0756 authored by Jessica Tallon's avatar Jessica Tallon Committed by Commit Bot

Fix a reference to the accessibility object for auralinux

Bug: 959650
Change-Id: Iddaddd4de70a3fb80ca6b21a9d9e0a7238e06162
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715369Reviewed-by: default avatarMartin Robinson <mrobinson@igalia.com>
Commit-Queue: Jessica Tallon <jtallon@igalia.com>
Cr-Commit-Position: refs/heads/master@{#680380}
parent 722bcc15
......@@ -3856,7 +3856,7 @@ gchar* AXPlatformNodeAuraLinux::GetSelectionWithText(int* start_offset,
selection_start == selection_end)
return nullptr;
return atk_text::GetText(ATK_TEXT(atk_object_), selection_start,
return atk_text::GetText(ATK_TEXT(GetOrCreateAtkObject()), selection_start,
selection_end);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment