Attempt to fix odd bustage on btek

This commit is contained in:
aaronleventhal%moonset.net 2006-08-16 15:05:08 +00:00
Родитель 1d1f80250c
Коммит 9aff71010d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -204,7 +204,7 @@ nsIntRect nsHyperTextAccessible::GetBoundsForString(nsIFrame *aFrame, PRInt32 aS
&startOffsetInFrame, &frame);
NS_ENSURE_SUCCESS(rv, screenRect);
nsIPresShell *shell = frame->GetPresContext()->GetPresShell();
nsCOMPtr<nsIPresShell> shell = GetPresShell();
NS_ENSURE_TRUE(shell, screenRect);
nsCOMPtr<nsIRenderingContext> rc;