From 96d220ee5e3672e565845106edef4b139c6c3c26 Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Sat, 23 Jul 2005 02:59:56 +0000 Subject: [PATCH] Fix typo in comment, refers to wrong bug # --- browser/base/content/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js index 30dffd60a4b..aa13344103a 100644 --- a/browser/base/content/browser.js +++ b/browser/base/content/browser.js @@ -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) { }