deCOMtaminate nsIPresContext::GetEventStateManager. Bug 229371, r+sr=roc.

This commit is contained in:
bryner%brianryner.com 2006-05-17 02:38:22 +00:00
Родитель 66d1fdd13f
Коммит d04256e87a
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -130,10 +130,7 @@ inLayoutUtils::GetEventStateManagerFor(nsIDOMElement *aElement)
shell->GetPresContext(getter_AddRefs(presContext));
NS_ASSERTION(presContext, "No pres context");
nsCOMPtr<nsIEventStateManager> esm;
presContext->GetEventStateManager(getter_AddRefs(esm));
return esm;
return presContext->EventStateManager();
}
nsPoint