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

This commit is contained in:
joki@netscape.com
1999-03-28 22:27:38 +00:00
parent 97bd26cbb2
commit ab615d379b
23 changed files with 202 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);
}