added content state changed

git-svn-id: svn://10.0.0.236/trunk@22333 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterl%netscape.com
1999-02-27 07:15:09 +00:00
parent 99235ba41d
commit 46ee5bae96
24 changed files with 357 additions and 14 deletions

View File

@@ -901,6 +901,14 @@ nsImageMap::ContentChanged(nsIDocument *aDocument,
return NS_OK;
}
NS_IMETHODIMP
nsImageMap::ContentStateChanged(nsIDocument* aDocument,
nsIContent* aContent)
{
return NS_OK;
}
NS_IMETHODIMP
nsImageMap::AttributeChanged(nsIDocument *aDocument,
nsIContent* aContent,