Bug 1014579 - [RTSP][V2.0] Full screen mode message shows null host when open in a new tab. r=sworkman
--- a/netwerk/protocol/rtsp/RtspHandler.cpp
+++ b/netwerk/protocol/rtsp/RtspHandler.cpp
@@ -35,18 +35,18 @@ RtspHandler::GetDefaultPort(int32_t *aDe
{
*aDefaultPort = kDefaultRtspPort;
return NS_OK;
}
NS_IMETHODIMP
RtspHandler::GetProtocolFlags(uint32_t *aProtocolFlags)
{
- *aProtocolFlags = URI_NORELATIVE | URI_NOAUTH | URI_INHERITS_SECURITY_CONTEXT |
- URI_LOADABLE_BY_ANYONE | URI_NON_PERSISTABLE | URI_SYNC_LOAD_IS_OK;
+ *aProtocolFlags = URI_NORELATIVE | URI_NOAUTH | URI_LOADABLE_BY_ANYONE |
+ URI_NON_PERSISTABLE | URI_SYNC_LOAD_IS_OK;
return NS_OK;
}
NS_IMETHODIMP
RtspHandler::NewURI(const nsACString & aSpec,
const char *aOriginCharset,
nsIURI *aBaseURI, nsIURI **aResult)