aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyBrowser.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/EphyBrowser.h')
-rw-r--r--embed/mozilla/EphyBrowser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/EphyBrowser.h b/embed/mozilla/EphyBrowser.h
index a4a0de502..3b4fb2284 100644
--- a/embed/mozilla/EphyBrowser.h
+++ b/embed/mozilla/EphyBrowser.h
@@ -179,10 +179,10 @@ public:
EphyEmbedDocumentType GetDocumentType ();
-#ifdef GTKMOZEMBED_BROKEN_FOCUS
+#ifndef HAVE_GECKO_1_8
nsresult FocusActivate ();
nsresult FocusDeactivate ();
-#endif
+#endif /* !HAVE_GECKO_1_8 */
nsCOMPtr<nsIWebBrowser> mWebBrowser;
private: