Bug 1374580 (part 3) - Remove ns{,C}Substring typedefs. r=froydnj.
All the instances are converted as follows. - nsSubstring --> nsAString - nsCSubstring --> nsACString
This commit is contained in:
@@ -11427,7 +11427,7 @@ nsDocShell::AddHeadersToChannel(nsIInputStream* aHeadersData,
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
const nsCSubstring& oneHeader = StringHead(headersString, crlf);
|
||||
const nsACString& oneHeader = StringHead(headersString, crlf);
|
||||
|
||||
colon = oneHeader.FindChar(':');
|
||||
if (colon == kNotFound) {
|
||||
|
||||
Reference in New Issue
Block a user