diff options
author | Christian Persch <chpe@src.gnome.org> | 2005-11-19 21:21:57 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-11-19 21:21:57 +0800 |
commit | 1bf58b6de607f788a9263c2ab7f600da4a31c16f (patch) | |
tree | ee53ef651963d2bee852b63812f35188c00a0d48 /embed/mozilla/EphyContentPolicy.cpp | |
parent | d108bc542f65dce2c6d3ee798046211c3678f60a (diff) | |
download | gsoc2013-epiphany-1bf58b6de607f788a9263c2ab7f600da4a31c16f.tar gsoc2013-epiphany-1bf58b6de607f788a9263c2ab7f600da4a31c16f.tar.gz gsoc2013-epiphany-1bf58b6de607f788a9263c2ab7f600da4a31c16f.tar.bz2 gsoc2013-epiphany-1bf58b6de607f788a9263c2ab7f600da4a31c16f.tar.lz gsoc2013-epiphany-1bf58b6de607f788a9263c2ab7f600da4a31c16f.tar.xz gsoc2013-epiphany-1bf58b6de607f788a9263c2ab7f600da4a31c16f.tar.zst gsoc2013-epiphany-1bf58b6de607f788a9263c2ab7f600da4a31c16f.zip |
Fix build with moz 1.7
Diffstat (limited to 'embed/mozilla/EphyContentPolicy.cpp')
-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 30b90bca3..c2277b761 100644 --- a/embed/mozilla/EphyContentPolicy.cpp +++ b/embed/mozilla/EphyContentPolicy.cpp @@ -127,7 +127,7 @@ NS_IMETHODIMP EphyContentPolicy::ShouldLoad(PRInt32 aContentType, PRBool *_retval) { NS_ENSURE_ARG (aContentLocation); - NS_ENSURE_ARG_POINTER (aDecision); + NS_ENSURE_ARG_POINTER (_retval); *_retval = PR_TRUE; |