This commit is contained in:
bryner%brianryner.com 2003-09-27 19:35:14 +00:00
Родитель 179eea7b6d
Коммит d9b60f34cd
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -121,8 +121,7 @@ GetScreenOrigin(nsIDOMElement* aElement)
if (doc) {
// Get Presentation shell 0
nsCOMPtr<nsIPresShell> presShell;
doc->GetShellAt(0, getter_AddRefs(presShell));
nsIPresShell* presShell = doc->GetShellAt(0);
if (presShell) {
nsCOMPtr<nsIPresContext> presContext;