зеркало из https://github.com/mozilla/gecko-dev.git
fixing firebird build bustage
This commit is contained in:
Родитель
179eea7b6d
Коммит
d9b60f34cd
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче