epiphany r7896 - trunk/embed/mozilla



Author: cosimoc
Date: Mon Jan 28 20:37:51 2008
New Revision: 7896
URL: http://svn.gnome.org/viewvc/epiphany?rev=7896&view=rev

Log:
Fix compilation error with gcc4.3.
Patch by Sebastien Bacher, bug #512027.


Modified:
   trunk/embed/mozilla/EphyBrowser.h
   trunk/embed/mozilla/mozilla-x509-cert.h

Modified: trunk/embed/mozilla/EphyBrowser.h
==============================================================================
--- trunk/embed/mozilla/EphyBrowser.h	(original)
+++ trunk/embed/mozilla/EphyBrowser.h	Mon Jan 28 20:37:51 2008
@@ -187,7 +187,7 @@
 
 	nsresult LoadURI(const char *aURI, 
 			 PRUint32 aLoadFlags = nsIWebNavigation::LOAD_FLAGS_NONE, 
-			 nsIURI *aURI = nsnull);
+			 nsIURI *aReferrer = nsnull);
 
         EphyEmbedDocumentType GetDocumentType ();
 

Modified: trunk/embed/mozilla/mozilla-x509-cert.h
==============================================================================
--- trunk/embed/mozilla/mozilla-x509-cert.h	(original)
+++ trunk/embed/mozilla/mozilla-x509-cert.h	Mon Jan 28 20:37:51 2008
@@ -56,7 +56,7 @@
 
 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]