mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Back out cset cfb6c36caf63 (bug 681733) for breaking some add-ons. r=me
This commit is contained in:
parent
3e15962a5d
commit
bfd253c179
@ -234,7 +234,7 @@ NS_IMPL_ISUPPORTS(nsAppStartup,
|
||||
NS_IMETHODIMP
|
||||
nsAppStartup::CreateHiddenWindow()
|
||||
{
|
||||
#if defined(MOZ_WIDGET_GONK) || defined(MOZ_WIDGET_ANDROID)
|
||||
#ifdef MOZ_WIDGET_GONK
|
||||
return NS_OK;
|
||||
#else
|
||||
nsCOMPtr<nsIAppShellService> appShellService
|
||||
@ -249,7 +249,7 @@ nsAppStartup::CreateHiddenWindow()
|
||||
NS_IMETHODIMP
|
||||
nsAppStartup::DestroyHiddenWindow()
|
||||
{
|
||||
#if defined(MOZ_WIDGET_GONK) || defined(MOZ_WIDGET_ANDROID)
|
||||
#ifdef MOZ_WIDGET_GONK
|
||||
return NS_OK;
|
||||
#else
|
||||
nsCOMPtr<nsIAppShellService> appShellService
|
||||
|
Loading…
Reference in New Issue
Block a user