bug 68985 - "Bookmark this link" in browser context menu does not show bookmark creation dialog. Function signature had changed and this call site was not updated. Add 'undefined'
parameter (for document character set) to ensure the correct function is called. 'undefined' works as the function being called assumes the character set of the focused window in the case that the passed character set is undefined. r=fabian, sr=blake. git-svn-id: svn://10.0.0.236/trunk@98439 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -119,7 +119,8 @@
|
||||
label="&bookmarkLinkCmd.label;"
|
||||
accesskey="&bookmarkLinkCmd.accesskey;"
|
||||
oncommand="BookmarksUtils.addBookmark(contextMenu.linkURL(),
|
||||
contextMenu.linkText(), true);"/>
|
||||
contextMenu.linkText(),
|
||||
undefined, true);"/>
|
||||
<menuseparator id="context-sep-bookmark"/>
|
||||
<!-- Save ==================================== -->
|
||||
<menuitem id="context-savepage"
|
||||
|
||||
Reference in New Issue
Block a user