From 82fa780fcbe4fbffff62a57cbfcd6df2a73d9402 Mon Sep 17 00:00:00 2001 From: "nisheeth%netscape.com" Date: Sat, 1 Apr 2000 00:31:13 +0000 Subject: [PATCH] Fix for bug 15086. These changes bring us up to date with the Feb 2000 XLink Working Draft. Thanks a lot to Heikki (heikki@citec.fi) for providing these patches. git-svn-id: svn://10.0.0.236/trunk@64822 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webshell/public/nsILinkHandler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/webshell/public/nsILinkHandler.h b/mozilla/webshell/public/nsILinkHandler.h index eefce811dc3..582cb45a69e 100644 --- a/mozilla/webshell/public/nsILinkHandler.h +++ b/mozilla/webshell/public/nsILinkHandler.h @@ -45,7 +45,8 @@ enum nsLinkState { enum nsLinkVerb { eLinkVerb_Replace = 0, eLinkVerb_New = 1, - eLinkVerb_Embed = 2 + eLinkVerb_Embed = 2, + eLinkVerb_Undefined = 3 }; /**