Bug 1484664 - Remove allTags getter from nsITaggingService definition (getter implementation already removed). r=mikedeboer

MozReview-Commit-ID: ENvXD3StHtJ

Differential Revision: https://phabricator.services.mozilla.com/D3770

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mark Banner 2018-08-20 12:02:50 +00:00
parent 3b61137a4b
commit 1b93194110

View File

@ -59,10 +59,6 @@ interface nsITaggingService : nsISupports
[optional] out unsigned long length,
[retval, array, size_is(length)] out wstring aTags);
/**
* Retrieves all tags used to tag URIs in the data-base (sorted by name).
*/
readonly attribute nsIVariant allTags;
};
%{C++