зеркало из https://github.com/mozilla/gecko-dev.git
Attempt to fix odd bustage on btek
This commit is contained in:
Родитель
1d1f80250c
Коммит
9aff71010d
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче