aboutsummaryrefslogtreecommitdiffstats
path: root/www/epiphany/files/patch-embed_mozilla_EphyBrowser.h
blob: d5d35979ddff561a17f840a2e6810174b0d7b5ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- embed/mozilla/EphyBrowser.h.orig    Sun Dec 19 02:17:33 2004
+++ embed/mozilla/EphyBrowser.h Sun Dec 19 02:17:56 2004
@@ -156,11 +156,13 @@
    nsCOMPtr<nsIDOMDocument> mTargetDocument;
    nsCOMPtr<nsIDOMEventTarget> mEventTarget;
    nsCOMPtr<nsIDOMWindow> mDOMWindow;
-   nsCOMPtr<nsISecureBrowserUI> mSecurityInfo;
    EphyFaviconEventListener *mFaviconEventListener;
    EphyPopupBlockEventListener *mPopupBlockEventListener;
    EphyModalAlertEventListener *mModalAlertListener;
    PRBool mInitialized;
+#ifdef HAVE_MOZILLA_PSM
+   nsCOMPtr<nsISecureBrowserUI> mSecurityInfo;
+#endif
 
    nsresult GetListener (void);
    nsresult AttachListeners (void);