aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/FilePicker.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/FilePicker.h')
-rw-r--r--embed/mozilla/FilePicker.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/mozilla/FilePicker.h b/embed/mozilla/FilePicker.h
index cdbfd243f..dd43d0a5e 100644
--- a/embed/mozilla/FilePicker.h
+++ b/embed/mozilla/FilePicker.h
@@ -24,6 +24,8 @@
#include <nsIFilePicker.h>
+class nsIDOMWindow;
+
#include "ephy-file-chooser.h"
#define G_FILEPICKER_CID \
@@ -54,6 +56,7 @@ private:
EphyFileChooser *mDialog;
PRInt16 mMode;
nsString mDefaultString;
+ nsCOMPtr<nsIDOMWindow> mParent;
};
#endif