• Corey Berla's avatar
    atspicontext: Cache empty atspi bus address · 8072d202
    Corey Berla authored
    We are caching the bus address as data on the display object when it
    exists, but fail to set the data when the bus address doesn't exist.
    That causing excessive calls to GetAddress when the accesssbility
    bus doesn't exist. Make sure to cache a non-existent accessibility
    bus by setting the "" string.
    8072d202