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
This commit is contained in:
nisheeth%netscape.com
2000-04-01 00:31:13 +00:00
parent 7e4bf4565a
commit 82fa780fcb

View File

@@ -45,7 +45,8 @@ enum nsLinkState {
enum nsLinkVerb {
eLinkVerb_Replace = 0,
eLinkVerb_New = 1,
eLinkVerb_Embed = 2
eLinkVerb_Embed = 2,
eLinkVerb_Undefined = 3
};
/**