mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 763139 - Add the "DEPRECATED_" prefix to the LS_createLivemark function name. r=mak77
This commit is contained in:
parent
b0fcfa6d82
commit
83c787ba35
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user