Bug 253787 JavaScript strict warning: reference to undefined property document.charset p=gautheri@noos.fr r+sr=me

This commit is contained in:
neil%parkwaycc.co.uk 2004-12-16 17:37:39 +00:00
parent d23f8a8a4e
commit 1e52c318cb

View File

@ -649,7 +649,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() {
@ -660,7 +660,7 @@ nsContextMenu.prototype = {
title = uri;
BookmarksUtils.addBookmark( uri,
title,
doc.charset,
doc.characterSet,
false );
},
// Open Metadata window for node