From 6571d2ceb42930dab01677ef0e95e732d5076fb8 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 12 May 2018 16:19:33 +0200 Subject: Remove MOZ_WIDGET_GONK [1/2] Tag #288 --- security/manager/pki/nsNSSDialogHelper.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'security') diff --git a/security/manager/pki/nsNSSDialogHelper.cpp b/security/manager/pki/nsNSSDialogHelper.cpp index 1ec161b81..95d02a981 100644 --- a/security/manager/pki/nsNSSDialogHelper.cpp +++ b/security/manager/pki/nsNSSDialogHelper.cpp @@ -19,12 +19,6 @@ nsresult nsNSSDialogHelper::openDialog(mozIDOMWindowProxy* window, const char* url, nsISupports* params, bool modal) { -#ifdef MOZ_WIDGET_GONK - // On b2g devices, we need to proxy the dialog creation & management - // to Gaia. - return NS_ERROR_NOT_IMPLEMENTED; -#endif - nsresult rv; nsCOMPtr windowWatcher = do_GetService(NS_WINDOWWATCHER_CONTRACTID, &rv); -- cgit v1.2.3