epiphany r8108 - trunk/embed/mozilla
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8108 - trunk/embed/mozilla
- Date: Fri, 14 Mar 2008 16:39:43 +0000 (GMT)
Author: chpe
Date: Fri Mar 14 16:39:43 2008
New Revision: 8108
URL: http://svn.gnome.org/viewvc/epiphany?rev=8108&view=rev
Log:
Fix the build with 1.9b4.
Modified:
trunk/embed/mozilla/FilePicker.cpp
Modified: trunk/embed/mozilla/FilePicker.cpp
==============================================================================
--- trunk/embed/mozilla/FilePicker.cpp (original)
+++ trunk/embed/mozilla/FilePicker.cpp Fri Mar 14 16:39:43 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]