diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-03-03 03:41:23 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-03-03 03:41:23 +0800 |
commit | 4f2b380361e6bf153a04cc80dba762733a5963c1 (patch) | |
tree | f7491150703719da250150b59e75ab215b5cdaf0 /embed/mozilla/GtkNSSKeyPairDialogs.cpp | |
parent | 8d20f890a2d62d2b7c7e14aa9832888bcdcfc673 (diff) | |
download | gsoc2013-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/GtkNSSKeyPairDialogs.cpp')
-rw-r--r-- | embed/mozilla/GtkNSSKeyPairDialogs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/GtkNSSKeyPairDialogs.cpp b/embed/mozilla/GtkNSSKeyPairDialogs.cpp index cd8315604..e5f5c35cd 100644 --- a/embed/mozilla/GtkNSSKeyPairDialogs.cpp +++ b/embed/mozilla/GtkNSSKeyPairDialogs.cpp @@ -80,8 +80,8 @@ GtkNSSKeyPairDialogs::~GtkNSSKeyPairDialogs () LOG ("GtkNSSKeyPairDialogs dtor (%p)", this); } -NS_IMPL_ISUPPORTS1 (GtkNSSKeyPairDialogs, - nsIGeneratingKeypairInfoDialogs) +NS_IMPL_THREADSAFE_ISUPPORTS1 (GtkNSSKeyPairDialogs, + nsIGeneratingKeypairInfoDialogs) #ifdef HAVE_GECKO_1_8 |