Bug 763139 - Add the "DEPRECATED_" prefix to the LS_createLivemark function name. r=mak77

This commit is contained in:
Christopher Finke 2012-06-27 20:15:33 -04:00
parent 770b7f8859
commit c568f362ee

View File

@ -248,8 +248,8 @@ LivemarkService.prototype = {
this._reportDeprecatedMethod();
},
createLivemark: function LS_createLivemark(aParentId, aTitle, aSiteURI,
aFeedURI, aIndex)
createLivemark: function DEPRECATED_LS_createLivemark(aParentId, aTitle, aSiteURI,
aFeedURI, aIndex)
{
this._reportDeprecatedMethod();
this._ensureSynchronousCache();