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:
@@ -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
|
||||||
|
|||||||
@@ -399,7 +399,6 @@ nsHtml5TreeBuilder::characters(const char16_t* buf,
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
MOZ_FALLTHROUGH_ASSERT();
|
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
switch (mode) {
|
switch (mode) {
|
||||||
|
|||||||
Reference in New Issue
Block a user