Changing api uses in editor, rdf, and xpfe to match DOM2 api name/param changes.

git-svn-id: svn://10.0.0.236/trunk@25420 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joki%netscape.com
1999-03-28 22:27:38 +00:00
parent dd60efb6ba
commit e92adc111d
24 changed files with 203 additions and 77 deletions

View File

@@ -2085,7 +2085,7 @@ nsWebShell::OnConnectionsComplete()
nsMouseEvent event;
event.eventStructType = NS_EVENT;
event.message = NS_PAGE_LOAD;
rv = mScriptGlobal->HandleDOMEvent(*presContext, &event, nsnull, DOM_EVENT_INIT, status);
rv = mScriptGlobal->HandleDOMEvent(*presContext, &event, nsnull, NS_EVENT_FLAG_INIT, status);
NS_RELEASE(presContext);
}