Fix typo in comment, refers to wrong bug #

This commit is contained in:
gavin%gavinsharp.com 2005-07-23 02:59:56 +00:00
Родитель 9e8adc7332
Коммит 96d220ee5e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -4047,7 +4047,7 @@ nsContextMenu.prototype = {
var hostLabel;
// this throws if the image URI doesn't have a host (eg, data: image URIs)
// see bug 296758 for details
// see bug 293758 for details
try {
hostLabel = uri.host;
} catch (ex) { }