diff --git a/mozilla/browser/components/places/content/treeView.js b/mozilla/browser/components/places/content/treeView.js index df2ee307813..f8c91815cec 100644 --- a/mozilla/browser/components/places/content/treeView.js +++ b/mozilla/browser/components/places/content/treeView.js @@ -722,8 +722,8 @@ PlacesTreeView.prototype = { containerClosed: function PTV_containerClosed(aItem) { this.invalidateContainer(aItem); - }, - + }, + invalidateContainer: function PTV_invalidateContainer(aItem) { NS_ASSERT(this._result, "Got a notification but have no result!"); if (!this._tree)