epiphany r8155 - branches/gnome-2-22/embed/mozilla



Author: chpe
Date: Fri Mar 28 15:08:39 2008
New Revision: 8155
URL: http://svn.gnome.org/viewvc/epiphany?rev=8155&view=rev

Log:
Fix the build with 1.9b4.



Modified:
   branches/gnome-2-22/embed/mozilla/FilePicker.cpp

Modified: branches/gnome-2-22/embed/mozilla/FilePicker.cpp
==============================================================================
--- branches/gnome-2-22/embed/mozilla/FilePicker.cpp	(original)
+++ branches/gnome-2-22/embed/mozilla/FilePicker.cpp	Fri Mar 28 15:08:39 2008
@@ -357,8 +357,13 @@
 	return NS_OK;
 }
 
+#ifdef HAVE_GECKO_1_9
+/* readonly attribute nsIURI fileURL; */
+NS_IMETHODIMP GFilePicker::GetFileURL(nsIURI **aFileURL)
+#else
 /* readonly attribute nsIFileURL fileURL; */
 NS_IMETHODIMP GFilePicker::GetFileURL(nsIFileURL **aFileURL)
+#endif
 {
 	NS_ENSURE_TRUE (mDialog, NS_ERROR_FAILURE);
 



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