diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/EphyHistoryListener.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/EphyHistoryListener.cpp b/embed/mozilla/EphyHistoryListener.cpp index 6767b2cd3..dc916cc8d 100644 --- a/embed/mozilla/EphyHistoryListener.cpp +++ b/embed/mozilla/EphyHistoryListener.cpp @@ -107,7 +107,7 @@ EphyHistoryListener::OnStateChange (nsIWebProgress *aWebProgress, nsEmbedCString location; rv = httpChannel->GetResponseHeader - (NS_LITERAL_CSTRING ("Location"), location); + (nsEmbedCString ("Location"), location); NS_ENSURE_TRUE (NS_SUCCEEDED (rv) && location.Length(), rv); nsCOMPtr<nsIURI> toURI; |