Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser/GeckoBrowserPersist.cpp
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-04-17 20:46:33 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-04-17 20:46:33 (GMT)
commit093ed2f2f263822a7a6dd9e982ac3d4d611b184f (patch)
tree9633d6394f717007944e45a2081191d6eef48d77 /browser/GeckoBrowserPersist.cpp
parent734d16022e2e6f7107eb550956b48ba486f99dc4 (diff)
Make it compile with firefox
Diffstat (limited to 'browser/GeckoBrowserPersist.cpp')
-rw-r--r--browser/GeckoBrowserPersist.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/browser/GeckoBrowserPersist.cpp b/browser/GeckoBrowserPersist.cpp
index 48de4d1..5e698d8 100644
--- a/browser/GeckoBrowserPersist.cpp
+++ b/browser/GeckoBrowserPersist.cpp
@@ -1,3 +1,5 @@
+#ifdef HAVE_GECKO_1_9
+
#include <stdio.h>
#include <gtkmozembed.h>
@@ -183,3 +185,5 @@ GeckoBrowserPersist::SaveURI(const char *uri, const char *filename)
return TRUE;
}
+
+#endif