diff options
Diffstat (limited to 'embed/mozilla/EphyBrowser.cpp')
-rw-r--r-- | embed/mozilla/EphyBrowser.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embed/mozilla/EphyBrowser.cpp b/embed/mozilla/EphyBrowser.cpp index 1a7afc901..e9e732a65 100644 --- a/embed/mozilla/EphyBrowser.cpp +++ b/embed/mozilla/EphyBrowser.cpp @@ -629,6 +629,8 @@ EphyDOMScrollEventListener::HandleEvent (nsIDOMEvent * aEvent) return NS_OK; } +#ifdef HAVE_GECKO_1_9 + NS_IMETHODIMP EphyCommandEventListener::HandleEvent (nsIDOMEvent *aDOMEvent) { @@ -740,6 +742,8 @@ EphyCommandEventListener::HandleEvent (nsIDOMEvent *aDOMEvent) return NS_OK; } +#endif /* HAVE_GECKO_1_9 */ + NS_IMPL_ISUPPORTS1(EphyContextMenuListener, nsIDOMContextMenuListener) NS_IMETHODIMP |