diff --git a/mozilla/content/html/document/src/nsHTMLContentSink.cpp b/mozilla/content/html/document/src/nsHTMLContentSink.cpp index bfff53bfe68..5aca0e878d2 100644 --- a/mozilla/content/html/document/src/nsHTMLContentSink.cpp +++ b/mozilla/content/html/document/src/nsHTMLContentSink.cpp @@ -4699,9 +4699,6 @@ HTMLContentSink::ProcessHeaderData(nsIAtom* aHeader,const nsAReadableString& aVa else if (aHeader == nsHTMLAtoms::headerContentBase) { ProcessBaseHref(aValue); } - else if (aHeader == nsHTMLAtoms::headerWindowTarget) { - ProcessBaseTarget(aValue); - } 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