зеркало из https://github.com/mozilla/gecko-dev.git
#ifdef CantRenderReplacedElement() to be _WIN32 for the time being until
the Mac problems with the thread event queue are straightened out
This commit is contained in:
Родитель
bc177d49b3
Коммит
b3b5969d0f
|
@ -1139,6 +1139,7 @@ NS_IMETHODIMP
|
|||
PresShell::CantRenderReplacedElement(nsIPresContext* aPresContext,
|
||||
nsIFrame* aFrame)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
nsIEventQueueService* eventService;
|
||||
nsresult rv;
|
||||
|
||||
|
@ -1160,7 +1161,7 @@ PresShell::CantRenderReplacedElement(nsIPresContext* aPresContext,
|
|||
PL_PostEvent(eventQueue, ev);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
|
|
@ -1139,6 +1139,7 @@ NS_IMETHODIMP
|
|||
PresShell::CantRenderReplacedElement(nsIPresContext* aPresContext,
|
||||
nsIFrame* aFrame)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
nsIEventQueueService* eventService;
|
||||
nsresult rv;
|
||||
|
||||
|
@ -1160,7 +1161,7 @@ PresShell::CantRenderReplacedElement(nsIPresContext* aPresContext,
|
|||
PL_PostEvent(eventQueue, ev);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче