mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1061970 followup: roll back "for...of" change, to fix test failures / crashes.
CLOSED TREE
This commit is contained in:
parent
c104df9608
commit
ff935cce16
@ -655,7 +655,7 @@ ContentPrefService2.prototype = {
|
||||
|
||||
destroy: function CPS2_destroy() {
|
||||
if (this._statements) {
|
||||
for (let stmt of this._statements) {
|
||||
for each (let stmt in this._statements) {
|
||||
stmt.finalize();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user