mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1182214 - Follow-up to fix Presentation.displayedAccessibles getter. r=me CLOSED TREE
This commit is contained in:
parent
399bdd143d
commit
a8c23121ef
@ -691,6 +691,7 @@ this.Presentation = { // jshint ignore:line
|
||||
get displayedAccessibles() {
|
||||
delete this.displayedAccessibles;
|
||||
this.displayedAccessibles = new WeakMap();
|
||||
return this.displayedAccessibles;
|
||||
},
|
||||
|
||||
pivotChanged: function Presentation_pivotChanged(
|
||||
|
Loading…
Reference in New Issue
Block a user