mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 543672 - Warning: setting a property that has only a getter in fuelApplication.js' Utilities.free (r=dao)
This commit is contained in:
parent
7f162b9ae0
commit
cac24f0445
@ -86,11 +86,11 @@ var Utilities = {
|
||||
},
|
||||
|
||||
free : function() {
|
||||
this.bookmarks = null;
|
||||
this.livemarks = null;
|
||||
this.annotations = null;
|
||||
this.history = null;
|
||||
this.windowMediator = null;
|
||||
delete this.bookmarks;
|
||||
delete this.livemarks
|
||||
delete this.annotations;
|
||||
delete this.history;
|
||||
delete this.windowMediator;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user