mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1229224: Another bustage fix for browser-social.js
--HG-- extra : commitid : 4Bc5exMQTEA
This commit is contained in:
parent
208e7d54c1
commit
84293f56a9
@ -1349,9 +1349,8 @@ SocialMarks = {
|
||||
// also means that populateToolbarPalette must be called prior to using this
|
||||
// method, otherwise you get a big fat zero. For our use case with context
|
||||
// menu's, this is ok.
|
||||
let tbh = this._toolbarHelper;
|
||||
return Social.providers.filter(p => p.markURL &&
|
||||
document.getElementById(tbh.idFromOrigin(p.origin)));
|
||||
document.getElementById(this._toolbarHelper.idFromOrigin(p.origin)));
|
||||
},
|
||||
|
||||
populateContextMenu: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user