Silly MSVC 6.

This commit is contained in:
jst%mozilla.jstenback.com 2003-09-27 05:09:14 +00:00
parent cd0fc71ec1
commit cea6451684

View File

@ -301,7 +301,7 @@ nsAccessibilityService::CreateRootAccessible(nsIPresShell *aShell,
nsCOMPtr<nsIDocument> parentDoc;
aDocument->GetParentDocument(getter_AddRefs(parentDoc));
nsIPresShell *presShell(aShell);
nsIPresShell *presShell = aShell;
if (!presShell) {
presShell = aDocument->GetShellAt(0);
}