diff --git a/mozilla/browser/components/places/content/editBookmarkOverlay.js b/mozilla/browser/components/places/content/editBookmarkOverlay.js index aa0fe4e4f1b..b88bf787a2c 100644 --- a/mozilla/browser/components/places/content/editBookmarkOverlay.js +++ b/mozilla/browser/components/places/content/editBookmarkOverlay.js @@ -406,7 +406,7 @@ var gEditItemOverlay = { // hide the tag selector if it was previously visible var tagsSelector = this._element("tagsSelector"); if (!tagsSelector.collapsed) - this._toggleTagsSelector(); + this.toggleTagsSelector(); } if (this._observersAdded) {