Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
git-svn-id: svn://10.0.0.236/trunk@64449 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -441,7 +441,7 @@ void nsHTMLContentSinkStream::WriteAttributes(const nsIParserNode& aNode)
|
||||
if (mURI)
|
||||
{
|
||||
nsAutoString absURI;
|
||||
if (NS_SUCCEEDED(NS_MakeAbsoluteURI(value, mURI, absURI))
|
||||
if (NS_SUCCEEDED(NS_MakeAbsoluteURI(absURI, value, mURI))
|
||||
&& !absURI.IsEmpty())
|
||||
value = absURI;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user