nsMacShellService: PRUnichar to char16_t

This commit is contained in:
Steven Schlansker
2016-05-26 18:06:04 -07:00
committed by roytam1
parent c7ae4d2935
commit c38bcff294
@@ -230,7 +230,7 @@ NS_IMETHODIMP
nsMacShellService::OnStatusChange(nsIWebProgress* aWebProgress,
nsIRequest* aRequest,
nsresult aStatus,
const PRUnichar* aMessage)
const char16_t* aMessage)
{
return NS_OK;
}