diff --git a/docshell/shistory/src/nsSHistory.cpp b/docshell/shistory/src/nsSHistory.cpp index 1420cc73656c..c892236ed674 100644 --- a/docshell/shistory/src/nsSHistory.cpp +++ b/docshell/shistory/src/nsSHistory.cpp @@ -385,7 +385,7 @@ nsSHistory::GetDocument(nsIDOMDocument** aDocument) NS_IMETHODIMP -nsSHistory::GetCurrentURI(PRUnichar** aCurrentURI) +nsSHistory::GetCurrentURI(nsIURI** aCurrentURI) { // Not implemented return NS_OK;