aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/AutoWindowModalState.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/AutoWindowModalState.h')
-rw-r--r--embed/mozilla/AutoWindowModalState.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/embed/mozilla/AutoWindowModalState.h b/embed/mozilla/AutoWindowModalState.h
index 6e7ab9ac9..0c91e4c32 100644
--- a/embed/mozilla/AutoWindowModalState.h
+++ b/embed/mozilla/AutoWindowModalState.h
@@ -22,8 +22,7 @@
#define AUTO_WINDOWMODALSTATE_H
#include <nsCOMPtr.h>
-
-class nsPIDomWindow;
+#include <nsPIDOMWindow.h>
class AutoWindowModalState
{
@@ -33,7 +32,7 @@ class AutoWindowModalState
private:
- nsCOMPtr<nsPIDomWindow> mWindow;
+ nsCOMPtr<nsPIDOMWindow> mWindow;
};
#endif