sync to new state change api

git-svn-id: svn://10.0.0.236/trunk@28169 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterl%netscape.com
1999-04-20 00:06:58 +00:00
parent 9f663889ee
commit 9679f83b55
10 changed files with 38 additions and 26 deletions

View File

@@ -980,8 +980,9 @@ nsImageMap::ContentChanged(nsIDocument *aDocument,
}
NS_IMETHODIMP
nsImageMap::ContentStateChanged(nsIDocument* aDocument,
nsIContent* aContent)
nsImageMap::ContentStatesChanged(nsIDocument* aDocument,
nsIContent* aContent1,
nsIContent* aContent2)
{
return NS_OK;
}