aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2004-12-02 23:32:57 +0800
committerChristian Persch <chpe@src.gnome.org>2004-12-02 23:32:57 +0800
commit86e3f1670d56b62244ed99d73dc9490791402fd6 (patch)
tree76681199d86baa32e7e5a6e61a442b6491444837 /embed
parentff7bd3f6af7667231de441eb6849307367b26da3 (diff)
downloadgsoc2013-epiphany-86e3f1670d56b62244ed99d73dc9490791402fd6.tar
gsoc2013-epiphany-86e3f1670d56b62244ed99d73dc9490791402fd6.tar.gz
gsoc2013-epiphany-86e3f1670d56b62244ed99d73dc9490791402fd6.tar.bz2
gsoc2013-epiphany-86e3f1670d56b62244ed99d73dc9490791402fd6.tar.lz
gsoc2013-epiphany-86e3f1670d56b62244ed99d73dc9490791402fd6.tar.xz
gsoc2013-epiphany-86e3f1670d56b62244ed99d73dc9490791402fd6.tar.zst
gsoc2013-epiphany-86e3f1670d56b62244ed99d73dc9490791402fd6.zip
Remove FIXME comment
Diffstat (limited to 'embed')
-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;