Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser/GeckoBrowserPersist.cpp
diff options
context:
space:
mode:
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