diff options
author | Christian Persch <chpe@src.gnome.org> | 2004-09-21 20:14:45 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-09-21 20:14:45 +0800 |
commit | d04334becd2f54d92061b136c9abcd80509fbfe9 (patch) | |
tree | 0d4a2b95d5cbc7ca6835b80050c61eb00c71ec5c /embed/mozilla | |
parent | 3b0183d0c5fe0fac101a63a4e1a065dfb23e4f6b (diff) | |
download | gsoc2013-epiphany-d04334becd2f54d92061b136c9abcd80509fbfe9.tar gsoc2013-epiphany-d04334becd2f54d92061b136c9abcd80509fbfe9.tar.gz gsoc2013-epiphany-d04334becd2f54d92061b136c9abcd80509fbfe9.tar.bz2 gsoc2013-epiphany-d04334becd2f54d92061b136c9abcd80509fbfe9.tar.lz gsoc2013-epiphany-d04334becd2f54d92061b136c9abcd80509fbfe9.tar.xz gsoc2013-epiphany-d04334becd2f54d92061b136c9abcd80509fbfe9.tar.zst gsoc2013-epiphany-d04334becd2f54d92061b136c9abcd80509fbfe9.zip |
Fix this
Diffstat (limited to 'embed/mozilla')
-rw-r--r-- | embed/mozilla/EphyContentPolicy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/EphyContentPolicy.cpp b/embed/mozilla/EphyContentPolicy.cpp index 54a0511a5..35485ea7a 100644 --- a/embed/mozilla/EphyContentPolicy.cpp +++ b/embed/mozilla/EphyContentPolicy.cpp @@ -59,7 +59,7 @@ EphyContentPolicy::~EphyContentPolicy() g_slist_free (mSafeProtocols); } -#ifdef MOZ_NSICONTENTPOLICY_VARIANT == 2 +#if MOZ_NSICONTENTPOLICY_VARIANT == 2 NS_IMETHODIMP EphyContentPolicy::ShouldLoad(PRUint32 aContentType, nsIURI *aContentLocation, |