28 lines
1.1 KiB
Diff
28 lines
1.1 KiB
Diff
Index: epiphany-2.20.1/embed/mozilla/EphyBrowser.h
|
|
===================================================================
|
|
--- epiphany-2.20.1.orig/embed/mozilla/EphyBrowser.h
|
|
+++ epiphany-2.20.1/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 ();
|
|
|
|
Index: epiphany-2.20.1/embed/mozilla/mozilla-x509-cert.h
|
|
===================================================================
|
|
--- epiphany-2.20.1.orig/embed/mozilla/mozilla-x509-cert.h
|
|
+++ epiphany-2.20.1/embed/mozilla/mozilla-x509-cert.h
|
|
@@ -56,7 +56,8 @@ GType mozilla_x509_ce
|
|
|
|
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
|
|
|