Backed out changeset fa109105e4ea (bug 1447480) for B failures in /build/build/src/parser/html/nsHtml5TreeBuilder.cpp(402) on a CLOSED TREE

This commit is contained in:
Margareta Eliza Balazs
2018-04-04 16:05:06 +03:00
parent 076edc983f
commit cf349de057
2 changed files with 0 additions and 2 deletions

View File

@@ -1167,7 +1167,6 @@ public abstract class TreeBuilder<T> implements TokenHandler,
*/ */
continue; continue;
} }
// CPPONLY: MOZ_FALLTHROUGH_ASSERT();
default: default:
/* /*
* A character token that is not one of one of * A character token that is not one of one of

View File

@@ -399,7 +399,6 @@ nsHtml5TreeBuilder::characters(const char16_t* buf,
continue; continue;
} }
} }
MOZ_FALLTHROUGH_ASSERT();
} }
default: { default: {
switch (mode) { switch (mode) {