diff options
-rw-r--r-- | embed/mozilla/AutoModalDialog.h | 6 | ||||
-rw-r--r-- | embed/mozilla/GtkNSSDialogs.h | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/embed/mozilla/AutoModalDialog.h b/embed/mozilla/AutoModalDialog.h index 91bb71007..f20a22149 100644 --- a/embed/mozilla/AutoModalDialog.h +++ b/embed/mozilla/AutoModalDialog.h @@ -60,11 +60,11 @@ class AutoModalDialog PRBool DispatchEvent (const char*, PRBool); int mResponse; - PRPackedBool mContinueModalLoop; + PRBool mContinueModalLoop; #endif - PRPackedBool mDefaultEnabled; - PRPackedBool mContextPushed; + PRBool mDefaultEnabled; + PRBool mContextPushed; }; #endif diff --git a/embed/mozilla/GtkNSSDialogs.h b/embed/mozilla/GtkNSSDialogs.h index 467cb3ff4..91e89f370 100644 --- a/embed/mozilla/GtkNSSDialogs.h +++ b/embed/mozilla/GtkNSSDialogs.h @@ -22,9 +22,7 @@ #ifndef GTKNSSDIALOGS_H #define GTKNSSDIALOGS_H 1 -#ifdef HAVE_GECKO_1_9 -#include <nsIBadCertListener2.h> -#else +#ifndef HAVE_GECKO_1_9 #include <nsIBadCertListener.h> #endif #include <nsICertificateDialogs.h> |