Small followup fix for bug 321973 so the suggested bookmark title for

untitled pages is correct again.


git-svn-id: svn://10.0.0.236/trunk@208964 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pkasting%google.com 2006-09-01 01:37:11 +00:00
parent e088f2a450
commit 1c6caea9d0

View File

@ -483,7 +483,7 @@ var BookmarkPropertiesPanel = {
/* The explicit comparison against undefined here allows creators to pass
* "" to init() if they wish to have no title. */
if (title === undefined) {
if (this._bookmarkTitle === undefined) {
if (this._identifierIsURI()) {
this._bookmarkTitle = this._getURITitle(this._bookmarkURI);
}