Skip to content

Commit 6fbd6bd

Browse files
committed
Bug 1447480 - Add a MOZ_ASSERT to make it clear that it can never fall through r?hsivonen
1 parent cb12941 commit 6fbd6bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nu/validator/htmlparser/impl/TreeBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,7 @@ public final void characters(@Const @NoLength char[] buf, int start, int length)
11671167
*/
11681168
continue;
11691169
}
1170+
// CPPONLY: MOZ_FALLTHROUGH_ASSERT();
11701171
default:
11711172
/*
11721173
* A character token that is not one of one of

0 commit comments

Comments
 (0)