Fix for warning - undefined property document.charset (bug 253787). Patch by gautheri@noos.fr, r+sr=me, a=asa.

This commit is contained in:
bryner%brianryner.com 2005-06-08 23:20:27 +00:00
Родитель c308f7b421
Коммит e4061125e3
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -602,7 +602,7 @@ nsContextMenu.prototype = {
var docshell = document.getElementById( "content" ).webNavigation;
BookmarksUtils.addBookmark( docshell.currentURI.spec,
docshell.document.title,
docshell.document.charset,
docshell.document.characterSet,
false );
},
addBookmarkForFrame : function() {
@ -613,7 +613,7 @@ nsContextMenu.prototype = {
title = uri;
BookmarksUtils.addBookmark( uri,
title,
doc.charset,
doc.characterSet,
false );
},
// Open Metadata window for node