Bug 1061970 followup: roll back "for...of" change, to fix test failures / crashes.

CLOSED TREE
This commit is contained in:
Daniel Holbert 2014-09-03 15:15:38 -07:00
parent c104df9608
commit ff935cce16

View File

@ -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();
}
}