mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
workaround fix for blocker bug 96440 r=harishd, sr=vidur, a=dbaron
This commit is contained in:
parent
b95283c439
commit
a59e06aac8
@ -4649,7 +4649,7 @@ HTMLContentSink::ProcessHeaderData(nsIAtom* aHeader,const nsAReadableString& aVa
|
||||
else if (aHeader == nsHTMLAtoms::headerWindowTarget) {
|
||||
ProcessBaseTarget(aValue);
|
||||
}
|
||||
else {
|
||||
else if (mParser) {
|
||||
// we also need to report back HTTP-EQUIV headers to the channel
|
||||
// so that it can process things like pragma: no-cache or other
|
||||
// cache-control headers. Ideally this should also be the way for
|
||||
|
Loading…
Reference in New Issue
Block a user