зеркало из https://github.com/mozilla/gecko-dev.git
deCOMtaminate nsIPresContext::GetEventStateManager. Bug 229371, r+sr=roc.
This commit is contained in:
Родитель
66d1fdd13f
Коммит
d04256e87a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче