diff options
Diffstat (limited to 'embed/mozilla/ContentHandler.h')
-rw-r--r-- | embed/mozilla/ContentHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/ContentHandler.h b/embed/mozilla/ContentHandler.h index b692675f5..6aa39658d 100644 --- a/embed/mozilla/ContentHandler.h +++ b/embed/mozilla/ContentHandler.h @@ -77,9 +77,9 @@ class GContentHandler : public nsIHelperAppLauncherDialog NS_METHOD CheckAppSupportScheme (); nsCOMPtr<nsIHelperAppLauncher> mLauncher; - nsCOMPtr<nsIURI> mUri; nsCOMPtr<nsIFile> mTempFile; + nsCOMPtr<nsISupports> mContext; char *mMimeType; PRBool mAppSupportScheme; |