aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--embed/mozilla/MozDownload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/MozDownload.cpp b/embed/mozilla/MozDownload.cpp
index 5971dee86..e548dd86b 100644
--- a/embed/mozilla/MozDownload.cpp
+++ b/embed/mozilla/MozDownload.cpp
@@ -488,7 +488,7 @@ nsresult InitiateMozillaDownload (nsIDOMDocument *domDocument, nsIURI *sourceURI
if (!isHTML)
{
- flags |= nsIWebBrowserPersist::PERSIST_NO_CONVERSION;
+ flags |= nsIWebBrowserPersist::PERSIST_FLAGS_NO_CONVERSION;
}
if (ephy_flags & EMBED_PERSIST_COPY_PAGE)
{