aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-03-03 03:41:23 +0800
committerChristian Persch <chpe@src.gnome.org>2006-03-03 03:41:23 +0800
commit4f2b380361e6bf153a04cc80dba762733a5963c1 (patch)
treef7491150703719da250150b59e75ab215b5cdaf0 /embed/mozilla/GtkNSSSecurityWarningDialogs.cpp
parent8d20f890a2d62d2b7c7e14aa9832888bcdcfc673 (diff)
downloadgsoc2013-epiphany-4f2b380361e6bf153a04cc80dba762733a5963c1.tar
gsoc2013-epiphany-4f2b380361e6bf153a04cc80dba762733a5963c1.tar.gz
gsoc2013-epiphany-4f2b380361e6bf153a04cc80dba762733a5963c1.tar.bz2
gsoc2013-epiphany-4f2b380361e6bf153a04cc80dba762733a5963c1.tar.lz
gsoc2013-epiphany-4f2b380361e6bf153a04cc80dba762733a5963c1.tar.xz
gsoc2013-epiphany-4f2b380361e6bf153a04cc80dba762733a5963c1.tar.zst
gsoc2013-epiphany-4f2b380361e6bf153a04cc80dba762733a5963c1.zip
Make these implement threadsafe isupports.
2006-03-02 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: Make these implement threadsafe isupports.
Diffstat (limited to 'embed/mozilla/GtkNSSSecurityWarningDialogs.cpp')
-rw-r--r--embed/mozilla/GtkNSSSecurityWarningDialogs.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp
index 384c41905..72b722aae 100644
--- a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp
+++ b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp
@@ -64,9 +64,7 @@
#include <gtk/gtkvbox.h>
#include <gtk/gtklabel.h>
-/* FIXME why threadsafe? it's proxied by nsSecureBrowserImpl */
-/* NS_IMPL_THREADSAFE_ISUPPORTS1 (GtkNSSSecurityWarningDialogs, nsISecurityWarningDialogs) */
-NS_IMPL_ISUPPORTS1 (GtkNSSSecurityWarningDialogs, nsISecurityWarningDialogs)
+NS_IMPL_THREADSAFE_ISUPPORTS1 (GtkNSSSecurityWarningDialogs, nsISecurityWarningDialogs)
#define ENTER_SITE_PREF "security.warn_entering_secure"
#define WEAK_SITE_PREF "security.warn_entering_weak"