aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/AutoModalDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/AutoModalDialog.h')
-rw-r--r--embed/mozilla/AutoModalDialog.h6
1 files changed, 3 insertions, 3 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