Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
This commit is contained in:
@@ -216,7 +216,7 @@ BaseWebSocketChannel::NewChannel(nsIURI *aURI, nsIChannel **_retval NS_OUTPARAM)
|
||||
|
||||
NS_IMETHODIMP
|
||||
BaseWebSocketChannel::AllowPort(PRInt32 port, const char *scheme,
|
||||
PRBool *_retval NS_OUTPARAM)
|
||||
bool *_retval NS_OUTPARAM)
|
||||
{
|
||||
LOG(("BaseWebSocketChannel::AllowPort() %p\n", this));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user