зеркало из https://github.com/mozilla/gecko-dev.git
bug 229737 use documentURI as the URI for which to store the favicon
patch by mconnor r=biesi sr=neil
This commit is contained in:
Родитель
b21942d686
Коммит
1ccfc806bf
|
@ -317,7 +317,7 @@ function UpdateBookmarksLastVisitedDate(event)
|
|||
|
||||
function HandleBookmarkIcon(iconURL, addFlag)
|
||||
{
|
||||
var url = getWebNavigation().currentURI.spec
|
||||
var url = content.document.documentURI;
|
||||
if (url) {
|
||||
// update URL with new icon reference
|
||||
if (!gBookmarksService)
|
||||
|
|
Загрузка…
Ссылка в новой задаче