mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 725668 - [New Tab Page] Typo in NewTabUtils.jsm - undefined variable; r=dao
This commit is contained in:
parent
f3ab1649e7
commit
e952c55717
@ -172,7 +172,7 @@ PrivateBrowsingStorage.prototype = {
|
||||
* Clears the storage and removes all values.
|
||||
*/
|
||||
clear: function PrivateBrowsingStorage_clear() {
|
||||
this._data.listkeys().forEach(function (akey) {
|
||||
this._data.listkeys().forEach(function (aKey) {
|
||||
this._data.del(aKey);
|
||||
}, this);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user