aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyHistoryListener.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/EphyHistoryListener.cpp')
-rw-r--r--embed/mozilla/EphyHistoryListener.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/EphyHistoryListener.cpp b/embed/mozilla/EphyHistoryListener.cpp
index f926bd003..232c3ccb9 100644
--- a/embed/mozilla/EphyHistoryListener.cpp
+++ b/embed/mozilla/EphyHistoryListener.cpp
@@ -63,7 +63,7 @@ EphyHistoryListener::Init (EphyHistory *aHistory)
NS_ENSURE_TRUE (NS_SUCCEEDED (rv) && webProgress, rv);
rv = webProgress->AddProgressListener
- (NS_STATIC_CAST(nsIWebProgressListener*,this),
+ (static_cast<nsIWebProgressListener*>(this),
nsIWebProgress::NOTIFY_STATE_REQUEST);
return rv;