Bug 1447480 - Add a MOZ_ASSERT to make it clear that it can never fall through r=hsivonen
MozReview-Commit-ID: Hq9jG1CVwRK
This commit is contained in:
@@ -399,6 +399,7 @@ nsHtml5TreeBuilder::characters(const char16_t* buf,
|
||||
continue;
|
||||
}
|
||||
}
|
||||
MOZ_FALLTHROUGH_ASSERT();
|
||||
}
|
||||
default: {
|
||||
switch (mode) {
|
||||
|
||||
Reference in New Issue
Block a user