mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
Fix a huge slew of warnings. r=pavlov
This commit is contained in:
parent
fa82ef41b6
commit
6bd97592f1
@ -436,6 +436,8 @@ nsHTMLFragmentContentSink::OpenContainer(const nsIParserNode& aNode)
|
||||
// XXX if navigator_quirks_mode (only body in html supports background)
|
||||
AddBaseTagInfo(content);
|
||||
break;
|
||||
default: // eliminate warnings
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@ -492,6 +494,8 @@ nsHTMLFragmentContentSink::AddLeaf(const nsIParserNode& aNode)
|
||||
case eHTMLTag_base:
|
||||
ProcessBaseTag(content);
|
||||
break;
|
||||
default: // eliminate warnings
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
@ -436,6 +436,8 @@ nsHTMLFragmentContentSink::OpenContainer(const nsIParserNode& aNode)
|
||||
// XXX if navigator_quirks_mode (only body in html supports background)
|
||||
AddBaseTagInfo(content);
|
||||
break;
|
||||
default: // eliminate warnings
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@ -492,6 +494,8 @@ nsHTMLFragmentContentSink::AddLeaf(const nsIParserNode& aNode)
|
||||
case eHTMLTag_base:
|
||||
ProcessBaseTag(content);
|
||||
break;
|
||||
default: // eliminate warnings
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user