Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser/GeckoDragDropHooks.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/GeckoDragDropHooks.cpp
parent734d16022e2e6f7107eb550956b48ba486f99dc4 (diff)
Make it compile with firefox
Diffstat (limited to 'browser/GeckoDragDropHooks.cpp')
-rw-r--r--browser/GeckoDragDropHooks.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/browser/GeckoDragDropHooks.cpp b/browser/GeckoDragDropHooks.cpp
index 425ee45..fdca954 100644
--- a/browser/GeckoDragDropHooks.cpp
+++ b/browser/GeckoDragDropHooks.cpp
@@ -1,3 +1,5 @@
+#ifdef HAVE_GECKO_1_9
+
#include <sys/time.h>
#include <time.h>
@@ -183,3 +185,5 @@ GeckoDragDropHooks::OnPasteOrDrop(nsIDOMEvent *event, nsITransferable *trans,
{
return NS_ERROR_NOT_IMPLEMENTED;
}
+
+#endif