mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 05:10:49 +00:00
Bug 253787 JavaScript strict warning: reference to undefined property document.charset p=gautheri@noos.fr r+sr=me
This commit is contained in:
parent
d23f8a8a4e
commit
1e52c318cb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user