aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@src.gnome.org>2008-01-29 04:37:51 +0800
committerCosimo Cecchi <cosimoc@src.gnome.org>2008-01-29 04:37:51 +0800
commit1ae87d9257e17f591584d50289a339e64926477b (patch)
tree31939d50bccf673c16a0763e23a6f2484e3332f8 /embed
parentf1d49b63046435fc035cc50829fe92b8a406612a (diff)
downloadgsoc2013-epiphany-1ae87d9257e17f591584d50289a339e64926477b.tar
gsoc2013-epiphany-1ae87d9257e17f591584d50289a339e64926477b.tar.gz
gsoc2013-epiphany-1ae87d9257e17f591584d50289a339e64926477b.tar.bz2
gsoc2013-epiphany-1ae87d9257e17f591584d50289a339e64926477b.tar.lz
gsoc2013-epiphany-1ae87d9257e17f591584d50289a339e64926477b.tar.xz
gsoc2013-epiphany-1ae87d9257e17f591584d50289a339e64926477b.tar.zst
gsoc2013-epiphany-1ae87d9257e17f591584d50289a339e64926477b.zip
Fix compilation error with gcc4.3.
Patch by Sebastien Bacher, bug #512027. svn path=/trunk/; revision=7896
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/EphyBrowser.h2
-rw-r--r--embed/mozilla/mozilla-x509-cert.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/EphyBrowser.h b/embed/mozilla/EphyBrowser.h
index 57cec5ad6..75ad0e8c9 100644
--- a/embed/mozilla/EphyBrowser.h
+++ b/embed/mozilla/EphyBrowser.h
@@ -187,7 +187,7 @@ public:
nsresult LoadURI(const char *aURI,
PRUint32 aLoadFlags = nsIWebNavigation::LOAD_FLAGS_NONE,
- nsIURI *aURI = nsnull);
+ nsIURI *aReferrer = nsnull);
EphyEmbedDocumentType GetDocumentType ();
diff --git a/embed/mozilla/mozilla-x509-cert.h b/embed/mozilla/mozilla-x509-cert.h
index 9bb61d216..1efbdc7d1 100644
--- a/embed/mozilla/mozilla-x509-cert.h
+++ b/embed/mozilla/mozilla-x509-cert.h
@@ -56,7 +56,7 @@ GType mozilla_x509_cert_get_type (void);
MozillaX509Cert *mozilla_x509_cert_new (nsIX509Cert *aMozCert);
-nsresult mozilla_x509_cert_get_mozilla_cert (MozillaX509Cert *cert, nsIX509Cert **cert);
+nsresult mozilla_x509_cert_get_mozilla_cert (MozillaX509Cert *cert, nsIX509Cert **aCert);
G_END_DECLS