Changing api uses in editor, rdf, and xpfe to match DOM2 api name/param changes.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user