aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--embed/mozilla/EphyHistoryListener.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/mozilla/EphyHistoryListener.cpp b/embed/mozilla/EphyHistoryListener.cpp
index 14838f77e..6767b2cd3 100644
--- a/embed/mozilla/EphyHistoryListener.cpp
+++ b/embed/mozilla/EphyHistoryListener.cpp
@@ -89,7 +89,6 @@ EphyHistoryListener::OnStateChange (nsIWebProgress *aWebProgress,
return rv;
}
- /* FIXME can I QI directly to nsIHttpChannel? */
nsCOMPtr<nsIChannel> channel (do_QueryInterface (aRequest));
nsCOMPtr<nsIHttpChannel> httpChannel (do_QueryInterface (channel));
if (!httpChannel) return rv;