From 0a1d99faa339cf89c80b156305688ee4901578bb Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 31 Dec 2004 21:35:21 +0000 Subject: Fix compilation in the !HAVE_MOZILLA_PSM case. 2004-12-31 Christian Persch * embed/mozilla/EphyBrowser.h: Fix compilation in the !HAVE_MOZILLA_PSM case. --- embed/mozilla/EphyBrowser.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'embed') diff --git a/embed/mozilla/EphyBrowser.h b/embed/mozilla/EphyBrowser.h index 05e93235e..c2d583417 100644 --- a/embed/mozilla/EphyBrowser.h +++ b/embed/mozilla/EphyBrowser.h @@ -156,11 +156,13 @@ private: nsCOMPtr mTargetDocument; nsCOMPtr mEventTarget; nsCOMPtr mDOMWindow; - nsCOMPtr mSecurityInfo; EphyFaviconEventListener *mFaviconEventListener; EphyPopupBlockEventListener *mPopupBlockEventListener; EphyModalAlertEventListener *mModalAlertListener; PRBool mInitialized; +#ifdef HAVE_MOZILLA_PSM + nsCOMPtr mSecurityInfo; +#endif nsresult GetListener (void); nsresult AttachListeners (void); @@ -171,4 +173,4 @@ private: PRBool CompareFormsText (nsAString &aDefaultText, nsAString &aUserText); }; -#endif +#endif /* !EPHY_BROWSER_H */ -- cgit v1.2.3